#afd1e0

Color #AFD1E0 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #AFD1E0

Tints of Light Blue #AFD1E0

Color information

#AFD1E0 (or 0xAFD1E0) is unknown color: approx Light Blue. HEX triplet: AF, D1 and E0. RGB value is (175,209,224). Sum of RGB (Red+Green+Blue) = 175+209+224=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFD1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1E0 is #502E1F. Grayscale: #C8C8C8. Windows color (decimal): -5254688 or 14733743. OLE color: 14733743.

HSL color Cylindrical-coordinate representation of color #AFD1E0: hue angle of 198.37º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFD1E0 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175209224-
CMYK0.220.0700.12
HSL198.37º44.14%78.24%-
HSV(B)198.37º21.88%87.84%-
XYZ53.9360.179.28-
YUV200.54141.24109.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=28.78%
G=34.38%
B=36.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752092240.220.0700.12198.3744.1478.24
HexAFD1E01670Cc62c4e
Octal25732134026701430654116
Binary1010111111010001111000001011011101100110001101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afd1e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afd1e0; }

 p { color: rgb(175,209,224); }

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

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

 a { background-color: rgb(175,209,224); }

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

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

 span { border-color: rgb(175,209,224); }

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