Html Css Color HEX #66A9EA Malibu

📋 copy color: '#66A9EA'

red 102 ◦ green 169 ◦ blue 234

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

Shades of Malibu #66A9EA

Tints of Malibu #66A9EA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.47%

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 20.2%
G = 33.47%
B = 46.34%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#66A9EA (or 0x66A9EA) is known color: Malibu. HEX triplet: 66, A9 and EA. RGB value is (102,169,234). Sum of RGB (Red+Green+Blue) = 102+169+234=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #66A9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A9EA is #995615. Grayscale: #9C9C9C. Windows color (decimal): -10049046 or 15378790. OLE color: 15378790.

HSL color Cylindrical-coordinate representation of color #66A9EA: hue angle of 209.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66A9EA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 169 234 -
CMYK 0.56 0.28 0 0.08
HSL 209.55º 0.76% 0.66% -
HSV(B) 209.55º 0.56% 0.92% -
XYZ 34.52 37.14 83.19 -
YUV 156.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 102 169 234 0.56 0.28 0 0.08 209.55 0.76 0.66
Hex 66 A9 EA 38 1C 0 8 D2 4C 42
Octal 146 251 352 70 34 0 10 322 114 102
Binary 1100110 10101001 11101010 111000 11100 0 1000 11010010 1001100 1000010

Color Harmonies of #66A9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A9EA

Black with #66A9EA

Text Example


Text Example

White with #66A9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,169,234); }

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

background-color css

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

 a { background-color: rgb(102,169,234); }

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

border-color css

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

 span { border-color: rgb(102,169,234); }

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