Html Css Color HEX #66A8DF Malibu

📋 copy color: '#66A8DF'

red 102 ◦ green 168 ◦ blue 223

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

Shades of Malibu #66A8DF

Tints of Malibu #66A8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 20.69%
G = 34.08%
B = 45.23%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66A8DF (or 0x66A8DF) is known color: Malibu. HEX triplet: 66, A8 and DF. RGB value is (102,168,223). Sum of RGB (Red+Green+Blue) = 102+168+223=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #66A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A8DF is #995720. Grayscale: #9A9A9A. Windows color (decimal): -10049313 or 14657638. OLE color: 14657638.

HSL color Cylindrical-coordinate representation of color #66A8DF: hue angle of 207.27º 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 #66A8DF is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 168 223 -
CMYK 0.54 0.25 0 0.13
HSL 207.27º 0.65% 0.64% -
HSV(B) 207.27º 0.54% 0.87% -
XYZ 32.8 36.16 75.06 -
YUV 154.54 166.63 90.53 -
System Red Green Blue C M Y K H S L
Decimal 102 168 223 0.54 0.25 0 0.13 207.27 0.65 0.64
Hex 66 A8 DF 36 19 0 D CF 41 40
Octal 146 250 337 66 31 0 15 317 101 100
Binary 1100110 10101000 11011111 110110 11001 0 1101 11001111 1000001 1000000

Color Harmonies of #66A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A8DF

Black with #66A8DF

Text Example


Text Example

White with #66A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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