#AFD1E1

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

Shades of Light Blue #AFD1E1

Tints of Light Blue #AFD1E1

Color information

#AFD1E1 (or 0xAFD1E1) is unknown color: approx Light Blue. HEX triplet: AF, D1 and E1. RGB value is (175,209,225). Sum of RGB (Red+Green+Blue) = 175+209+225=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFD1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1E1 is #502E1E. Grayscale: #C8C8C8. Windows color (decimal): -5254687 or 14799279. OLE color: 14799279.

HSL color Cylindrical-coordinate representation of color #AFD1E1: hue angle of 199.2º degrees, saturation: 0.45, 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 #AFD1E1 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175209225-
CMYK0.220.0700.12
HSL199.2º45.45%78.43%-
HSV(B)199.2º22.22%88.24%-
XYZ54.0760.1579.99-
YUV200.66141.74109.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 209 (82.03% from 255) = 34.32%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=28.74%
G=34.32%
B=36.95%

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
Decimal1752092250.220.0700.12199.245.4578.43
HexAFD1E11670Cc72d4e
Octal25732134126701430755116
Binary1010111111010001111000011011011101100110001111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1E1; }

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

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

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

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

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

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

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

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