Html Css Color HEX #66A8DE Malibu

📋 copy color: '#66A8DE'

red 102 ◦ green 168 ◦ blue 222

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

Shades of Malibu #66A8DE

Tints of Malibu #66A8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 20.73%
G = 34.15%
B = 45.12%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66A8DE (or 0x66A8DE) is known color: Malibu. HEX triplet: 66, A8 and DE. RGB value is (102,168,222). Sum of RGB (Red+Green+Blue) = 102+168+222=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #66A8DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8DE is #995721. Grayscale: #9A9A9A. Windows color (decimal): -10049314 or 14592102. OLE color: 14592102.

HSL color Cylindrical-coordinate representation of color #66A8DE: hue angle of 207º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A8DE is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 168 222 -
CMYK 0.54 0.24 0 0.13
HSL 207º 0.65% 0.64% -
HSV(B) 207º 0.54% 0.87% -
XYZ 32.67 36.1 74.35 -
YUV 154.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 102 168 222 0.54 0.24 0 0.13 207 0.65 0.64
Hex 66 A8 DE 36 18 0 D CF 41 40
Octal 146 250 336 66 30 0 15 317 101 100
Binary 1100110 10101000 11011110 110110 11000 0 1101 11001111 1000001 1000000

Color Harmonies of #66A8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A8DE

Black with #66A8DE

Text Example


Text Example

White with #66A8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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