Html Css Color HEX #66A8E4 Malibu

📋 copy color: '#66A8E4'

red 102 ◦ green 168 ◦ blue 228

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

Shades of Malibu #66A8E4

Tints of Malibu #66A8E4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

 BLUE value IS 228 (89.45% from 255) = 45.78%

R = 20.48%
G = 33.73%
B = 45.78%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#66A8E4 (or 0x66A8E4) is known color: Malibu. HEX triplet: 66, A8 and E4. RGB value is (102,168,228). Sum of RGB (Red+Green+Blue) = 102+168+228=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #66A8E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8E4 is #99571B. Grayscale: #9A9A9A. Windows color (decimal): -10049308 or 14985318. OLE color: 14985318.

HSL color Cylindrical-coordinate representation of color #66A8E4: hue angle of 208.57º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66A8E4 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 168 228 -
CMYK 0.55 0.26 0 0.11
HSL 208.57º 0.7% 0.65% -
HSV(B) 208.57º 0.55% 0.89% -
XYZ 33.49 36.43 78.67 -
YUV 155.11 169.13 90.12 -
System Red Green Blue C M Y K H S L
Decimal 102 168 228 0.55 0.26 0 0.11 208.57 0.7 0.65
Hex 66 A8 E4 37 1A 0 B D1 46 41
Octal 146 250 344 67 32 0 13 321 106 101
Binary 1100110 10101000 11100100 110111 11010 0 1011 11010001 1000110 1000001

Color Harmonies of #66A8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A8E4

Black with #66A8E4

Text Example


Text Example

White with #66A8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,168,228); }

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

background-color css

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

 a { background-color: rgb(102,168,228); }

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

border-color css

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

 span { border-color: rgb(102,168,228); }

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