Html Css Color HEX #66AEDD Malibu

📋 copy color: '#66AEDD'

red 102 ◦ green 174 ◦ blue 221

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

Shades of Malibu #66AEDD

Tints of Malibu #66AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.01%

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 20.52%
G = 35.01%
B = 44.47%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66AEDD (or 0x66AEDD) is known color: Malibu. HEX triplet: 66, AE and DD. RGB value is (102,174,221). Sum of RGB (Red+Green+Blue) = 102+174+221=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #66AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEDD is #995122. Grayscale: #9D9D9D. Windows color (decimal): -10047779 or 14528102. OLE color: 14528102.

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

Color convert

RGB 102 174 221 -
CMYK 0.54 0.21 0 0.13
HSL 203.7º 0.64% 0.63% -
HSV(B) 203.7º 0.54% 0.87% -
XYZ 33.67 38.32 74.03 -
YUV 157.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 102 174 221 0.54 0.21 0 0.13 203.7 0.64 0.63
Hex 66 AE DD 36 15 0 D CC 40 3F
Octal 146 256 335 66 25 0 15 314 100 77
Binary 1100110 10101110 11011101 110110 10101 0 1101 11001100 1000000 111111

Color Harmonies of #66AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AEDD

Black with #66AEDD

Text Example


Text Example

White with #66AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,174,221); }

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

background-color css

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

 a { background-color: rgb(102,174,221); }

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

border-color css

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

 span { border-color: rgb(102,174,221); }

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