Html Css Color HEX #66AFEC Malibu

📋 copy color: '#66AFEC'

red 102 ◦ green 175 ◦ blue 236

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

Shades of Malibu #66AFEC

Tints of Malibu #66AFEC

RGB

 RED value IS 102 (40.23% from 255) = 19.88%

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 19.88%
G = 34.11%
B = 46%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66AFEC (or 0x66AFEC) is known color: Malibu. HEX triplet: 66, AF and EC. RGB value is (102,175,236). Sum of RGB (Red+Green+Blue) = 102+175+236=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #66AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AFEC is #995013. Grayscale: #9F9F9F. Windows color (decimal): -10047508 or 15511398. OLE color: 15511398.

HSL color Cylindrical-coordinate representation of color #66AFEC: hue angle of 207.31º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66AFEC is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 175 236 -
CMYK 0.57 0.26 0 0.07
HSL 207.31º 0.78% 0.66% -
HSV(B) 207.31º 0.57% 0.93% -
XYZ 35.95 39.54 85.09 -
YUV 160.13 170.82 86.54 -
System Red Green Blue C M Y K H S L
Decimal 102 175 236 0.57 0.26 0 0.07 207.31 0.78 0.66
Hex 66 AF EC 39 1A 0 7 CF 4E 42
Octal 146 257 354 71 32 0 7 317 116 102
Binary 1100110 10101111 11101100 111001 11010 0 111 11001111 1001110 1000010

Color Harmonies of #66AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFEC

Black with #66AFEC

Text Example


Text Example

White with #66AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AFEC; }

 p { color: rgb(102,175,236); }

 H1.HeaderClassName
 {
   color: #66AFEC;
 }
 .AnyTagClassName
 {
   color: #66AFEC;
 }
</style>

background-color css

<style>
 a { background-color: #66AFEC; }

 a { background-color: rgb(102,175,236); }

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

border-color css

<style>
 span { border-color: #66AFEC; }

 span { border-color: rgb(102,175,236); }

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