Html Css Color HEX #66AEE0 Malibu

📋 copy color: '#66AEE0'

red 102 ◦ green 174 ◦ blue 224

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

Shades of Malibu #66AEE0

Tints of Malibu #66AEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 20.4%
G = 34.8%
B = 44.8%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#66AEE0 (or 0x66AEE0) is known color: Malibu. HEX triplet: 66, AE and E0. RGB value is (102,174,224). Sum of RGB (Red+Green+Blue) = 102+174+224=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #66AEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AEE0 is #99511F. Grayscale: #9D9D9D. Windows color (decimal): -10047776 or 14724710. OLE color: 14724710.

HSL color Cylindrical-coordinate representation of color #66AEE0: hue angle of 204.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66AEE0 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 174 224 -
CMYK 0.54 0.22 0 0.12
HSL 204.59º 0.66% 0.64% -
HSV(B) 204.59º 0.54% 0.88% -
XYZ 34.07 38.48 76.15 -
YUV 158.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 102 174 224 0.54 0.22 0 0.12 204.59 0.66 0.64
Hex 66 AE E0 36 16 0 C CD 42 40
Octal 146 256 340 66 26 0 14 315 102 100
Binary 1100110 10101110 11100000 110110 10110 0 1100 11001101 1000010 1000000

Color Harmonies of #66AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AEE0

Black with #66AEE0

Text Example


Text Example

White with #66AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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