Shades of Light Blue #AFDEEA
Tints of Light Blue #AFDEEA
RGB
CMYK
RGB Variations
Color information
#AFDEEA (or 0xAFDEEA) is known color: Light Blue. HEX triplet: AF, DE and EA. RGB value is (175,222,234). Sum of RGB (Red+Green+Blue) = 175+222+234=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEEA is #502115. Grayscale: #D1D1D1. Windows color (decimal): -5251350 or 15392431. OLE color: 15392431.
HSL color Cylindrical-coordinate representation of color #AFDEEA: hue angle of 192.2º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFDEEA is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 222 | 234 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.08 |
| HSL | 192.2º | 0.58% | 0.8% | - |
| HSV(B) | 192.2º | 0.25% | 0.92% | - |
| XYZ | 58.65 | 67.3 | 87.74 | - |
| YUV | 209.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 234 | 0.25 | 0.05 | 0 | 0.08 | 192.2 | 0.58 | 0.8 |
| Hex | AF | DE | EA | 19 | 5 | 0 | 8 | C0 | 3A | 50 |
| Octal | 257 | 336 | 352 | 31 | 5 | 0 | 10 | 300 | 72 | 120 |
| Binary | 10101111 | 11011110 | 11101010 | 11001 | 101 | 0 | 1000 | 11000000 | 111010 | 1010000 |
Color Harmonies of #AFDEEA
Complementary color
Monochromatic Colors of #AFDEEA
Black with #AFDEEA
Text Example
Text Example
White with #AFDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEEA; }
p { color: rgb(175,222,234); }
H1.HeaderClassName
{
color: #AFDEEA;
}
.AnyTagClassName
{
color: #AFDEEA;
}
</style>
background-color css
<style>
a { background-color: #AFDEEA; }
a { background-color: rgb(175,222,234); }
div.DivClassName
{
background-color: #AFDEEA;
}
.BgClassName
{
background-color: #AFDEEA;
}
</style>
border-color css
<style>
span { border-color: #AFDEEA; }
span { border-color: rgb(175,222,234); }
td.TdClassName
{
border-color: #AFDEEA;
}
.TagClassName
{
border-color: #AFDEEA;
}
</style>