Shades of Light Blue #AFD1E2
Tints of Light Blue #AFD1E2
RGB
CMYK
RGB Variations
Color information
#AFD1E2 (or 0xAFD1E2) is known color: Light Blue. HEX triplet: AF, D1 and E2. RGB value is (175,209,226). Sum of RGB (Red+Green+Blue) = 175+209+226=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFD1E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1E2 is #502E1D. Grayscale: #C8C8C8. Windows color (decimal): -5254686 or 14864815. OLE color: 14864815.
HSL color Cylindrical-coordinate representation of color #AFD1E2: hue angle of 200º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFD1E2 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 175 | 209 | 226 | - |
CMYK | 0.23 | 0.08 | 0 | 0.11 |
HSL | 200º | 0.47% | 0.79% | - |
HSV(B) | 200º | 0.23% | 0.89% | - |
XYZ | 54.21 | 60.21 | 80.72 | - |
YUV | 200.77 | 142.24 | 109.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 209 | 226 | 0.23 | 0.08 | 0 | 0.11 | 200 | 0.47 | 0.79 |
Hex | AF | D1 | E2 | 17 | 8 | 0 | B | C8 | 2F | 4F |
Octal | 257 | 321 | 342 | 27 | 10 | 0 | 13 | 310 | 57 | 117 |
Binary | 10101111 | 11010001 | 11100010 | 10111 | 1000 | 0 | 1011 | 11001000 | 101111 | 1001111 |
Color Harmonies of #AFD1E2
Complementary color
Monochromatic Colors of #AFD1E2
Black with #AFD1E2
Text Example
Text Example
White with #AFD1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD1E2; }
p { color: rgb(175,209,226); }
H1.HeaderClassName
{
color: #AFD1E2;
}
.AnyTagClassName
{
color: #AFD1E2;
}
</style>
background-color css
<style>
a { background-color: #AFD1E2; }
a { background-color: rgb(175,209,226); }
div.DivClassName
{
background-color: #AFD1E2;
}
.BgClassName
{
background-color: #AFD1E2;
}
</style>
border-color css
<style>
span { border-color: #AFD1E2; }
span { border-color: rgb(175,209,226); }
td.TdClassName
{
border-color: #AFD1E2;
}
.TagClassName
{
border-color: #AFD1E2;
}
</style>