Shades of Light Blue #AFDEEC
Tints of Light Blue #AFDEEC
RGB
CMYK
RGB Variations
Color information
#AFDEEC (or 0xAFDEEC) is known color: Light Blue. HEX triplet: AF, DE and EC. RGB value is (175,222,236). Sum of RGB (Red+Green+Blue) = 175+222+236=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEEC is #502113. Grayscale: #D1D1D1. Windows color (decimal): -5251348 or 15523503. OLE color: 15523503.
HSL color Cylindrical-coordinate representation of color #AFDEEC: hue angle of 193.77º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDEEC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 222 | 236 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.07 |
| HSL | 193.77º | 0.62% | 0.81% | - |
| HSV(B) | 193.77º | 0.26% | 0.93% | - |
| XYZ | 58.94 | 67.41 | 89.26 | - |
| YUV | 209.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 236 | 0.26 | 0.06 | 0 | 0.07 | 193.77 | 0.62 | 0.81 |
| Hex | AF | DE | EC | 1A | 6 | 0 | 7 | C2 | 3E | 51 |
| Octal | 257 | 336 | 354 | 32 | 6 | 0 | 7 | 302 | 76 | 121 |
| Binary | 10101111 | 11011110 | 11101100 | 11010 | 110 | 0 | 111 | 11000010 | 111110 | 1010001 |
Color Harmonies of #AFDEEC
Complementary color
Monochromatic Colors of #AFDEEC
Black with #AFDEEC
Text Example
Text Example
White with #AFDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEEC; }
p { color: rgb(175,222,236); }
H1.HeaderClassName
{
color: #AFDEEC;
}
.AnyTagClassName
{
color: #AFDEEC;
}
</style>
background-color css
<style>
a { background-color: #AFDEEC; }
a { background-color: rgb(175,222,236); }
div.DivClassName
{
background-color: #AFDEEC;
}
.BgClassName
{
background-color: #AFDEEC;
}
</style>
border-color css
<style>
span { border-color: #AFDEEC; }
span { border-color: rgb(175,222,236); }
td.TdClassName
{
border-color: #AFDEEC;
}
.TagClassName
{
border-color: #AFDEEC;
}
</style>