Html Css Color HEX #66AED0 Malibu

📋 copy color: '#66AED0'

red 102 ◦ green 174 ◦ blue 208

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

Shades of Malibu #66AED0

Tints of Malibu #66AED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 21.07%
G = 35.95%
B = 42.98%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#66AED0 (or 0x66AED0) is known color: Malibu. HEX triplet: 66, AE and D0. RGB value is (102,174,208). Sum of RGB (Red+Green+Blue) = 102+174+208=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #66AED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AED0 is #99512F. Grayscale: #9C9C9C. Windows color (decimal): -10047792 or 13676134. OLE color: 13676134.

HSL color Cylindrical-coordinate representation of color #66AED0: hue angle of 199.25º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66AED0 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 174 208 -
CMYK 0.51 0.16 0 0.18
HSL 199.25º 0.53% 0.61% -
HSV(B) 199.25º 0.51% 0.82% -
XYZ 32 37.65 65.26 -
YUV 156.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 102 174 208 0.51 0.16 0 0.18 199.25 0.53 0.61
Hex 66 AE D0 33 10 0 12 C7 35 3D
Octal 146 256 320 63 20 0 22 307 65 75
Binary 1100110 10101110 11010000 110011 10000 0 10010 11000111 110101 111101

Color Harmonies of #66AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AED0

Black with #66AED0

Text Example


Text Example

White with #66AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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