#66AFE1

Color #66AFE1 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #66AFE1

Tints of Malibu #66AFE1

Color information

#66AFE1 (or 0x66AFE1) is unknown color: approx Malibu. HEX triplet: 66, AF and E1. RGB value is (102,175,225). Sum of RGB (Red+Green+Blue) = 102+175+225=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #66AFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFE1 is #99501E. Grayscale: #9E9E9E. Windows color (decimal): -10047519 or 14790502. OLE color: 14790502.

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

Color convert

RGB102175225-
CMYK0.550.2200.12
HSL204.39º67.21%64.12%-
HSV(B)204.39º54.67%88.24%-
XYZ34.438.9276.93-
YUV158.87165.3287.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.32%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 225 (88.28% from 255) = 44.82%
R=20.32%
G=34.86%
B=44.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1021752250.550.2200.12204.3967.2164.12
Hex66AFE137160Ccc4340
Octal1462573416726014314103100
Binary1100110101011111110000111011110110011001100110010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,225); }

 H1.HeaderClassName
 {
   color: #66AFE1;
 }
 .AnyTagClassName
 {
   color: #66AFE1;
 }
</style>
background-color css

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

 a { background-color: rgb(102,175,225); }

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

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

 span { border-color: rgb(102,175,225); }

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