Html Css Color HEX #66A9EC Malibu

📋 copy color: '#66A9EC'

red 102 ◦ green 169 ◦ blue 236

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

Shades of Malibu #66A9EC

Tints of Malibu #66A9EC

RGB

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

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

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

R = 20.12%
G = 33.33%
B = 46.55%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66A9EC (or 0x66A9EC) is known color: Malibu. HEX triplet: 66, A9 and EC. RGB value is (102,169,236). Sum of RGB (Red+Green+Blue) = 102+169+236=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #66A9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A9EC is #995613. Grayscale: #9C9C9C. Windows color (decimal): -10049044 or 15509862. OLE color: 15509862.

HSL color Cylindrical-coordinate representation of color #66A9EC: hue angle of 210º 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 #66A9EC is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 169 236 -
CMYK 0.57 0.28 0 0.07
HSL 210º 0.78% 0.66% -
HSV(B) 210º 0.57% 0.93% -
XYZ 34.81 37.26 84.71 -
YUV 156.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 102 169 236 0.57 0.28 0 0.07 210 0.78 0.66
Hex 66 A9 EC 39 1C 0 7 D2 4E 42
Octal 146 251 354 71 34 0 7 322 116 102
Binary 1100110 10101001 11101100 111001 11100 0 111 11010010 1001110 1000010

Color Harmonies of #66A9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A9EC

Black with #66A9EC

Text Example


Text Example

White with #66A9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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