Html Css Color HEX #52AFFF Malibu

📋 copy color: '#52AFFF'

red 82 ◦ green 175 ◦ blue 255

#52AFFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #52AFFF

Tints of Malibu #52AFFF

RGB

 RED value IS 82 (32.42% from 255) = 16.02%

 GREEN value IS 175 (68.75% from 255) = 34.18%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 16.02%
G = 34.18%
B = 49.8%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#52AFFF (or 0x52AFFF) is known color: Malibu. HEX triplet: 52, AF and FF. RGB value is (82,175,255). Sum of RGB (Red+Green+Blue) = 82+175+255=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #52AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52AFFF is #AD5000. Grayscale: #9B9B9B. Windows color (decimal): -11358209 or 16756562. OLE color: 16756562.

HSL color Cylindrical-coordinate representation of color #52AFFF: hue angle of 207.75º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52AFFF is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 175 255 -
CMYK 0.68 0.31 0 0
HSL 207.75º 1% 0.66% -
HSV(B) 207.75º 0.68% 1% -
XYZ 36.86 39.67 100.32 -
YUV 156.31 183.69 75 -
System Red Green Blue C M Y K H S L
Decimal 82 175 255 0.68 0.31 0 0 207.75 1 0.66
Hex 52 AF FF 44 1F 0 0 D0 64 42
Octal 122 257 377 104 37 0 0 320 144 102
Binary 1010010 10101111 11111111 1000100 11111 0 0 11010000 1100100 1000010

Color Harmonies of #52AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AFFF

Black with #52AFFF

Text Example


Text Example

White with #52AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AFFF; }

 p { color: rgb(82,175,255); }

 H1.HeaderClassName
 {
   color: #52AFFF;
 }
 .AnyTagClassName
 {
   color: #52AFFF;
 }
</style>

background-color css

<style>
 a { background-color: #52AFFF; }

 a { background-color: rgb(82,175,255); }

 div.DivClassName
 {
   background-color: #52AFFF;
 }
 .BgClassName
 {
   background-color: #52AFFF;
 }
</style>

border-color css

<style>
 span { border-color: #52AFFF; }

 span { border-color: rgb(82,175,255); }

 td.TdClassName
 {
   border-color: #52AFFF;
 }
 .TagClassName
 {
   border-color: #52AFFF;
 }
</style>