Html Css Color HEX #66AED8 Malibu

📋 copy color: '#66AED8'

red 102 ◦ green 174 ◦ blue 216

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

Shades of Malibu #66AED8

Tints of Malibu #66AED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 20.73%
G = 35.37%
B = 43.9%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#66AED8 (or 0x66AED8) is known color: Malibu. HEX triplet: 66, AE and D8. RGB value is (102,174,216). Sum of RGB (Red+Green+Blue) = 102+174+216=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #66AED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AED8 is #995127. Grayscale: #9D9D9D. Windows color (decimal): -10047784 or 14200422. OLE color: 14200422.

HSL color Cylindrical-coordinate representation of color #66AED8: hue angle of 202.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66AED8 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 174 216 -
CMYK 0.53 0.19 0 0.15
HSL 202.11º 0.59% 0.62% -
HSV(B) 202.11º 0.53% 0.85% -
XYZ 33.01 38.05 70.57 -
YUV 157.26 161.15 88.58 -
System Red Green Blue C M Y K H S L
Decimal 102 174 216 0.53 0.19 0 0.15 202.11 0.59 0.62
Hex 66 AE D8 35 13 0 F CA 3B 3E
Octal 146 256 330 65 23 0 17 312 73 76
Binary 1100110 10101110 11011000 110101 10011 0 1111 11001010 111011 111110

Color Harmonies of #66AED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AED8

Black with #66AED8

Text Example


Text Example

White with #66AED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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