Shades of Light Blue #AFDEEF
Tints of Light Blue #AFDEEF
RGB
CMYK
RGB Variations
Color information
#AFDEEF (or 0xAFDEEF) is known color: Light Blue. HEX triplet: AF, DE and EF. RGB value is (175,222,239). Sum of RGB (Red+Green+Blue) = 175+222+239=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEEF is #502110. Grayscale: #D1D1D1. Windows color (decimal): -5251345 or 15720111. OLE color: 15720111.
HSL color Cylindrical-coordinate representation of color #AFDEEF: hue angle of 195.94º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFDEEF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 222 | 239 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.06 |
| HSL | 195.94º | 0.67% | 0.81% | - |
| HSV(B) | 195.94º | 0.27% | 0.94% | - |
| XYZ | 59.38 | 67.59 | 91.58 | - |
| YUV | 209.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 239 | 0.27 | 0.07 | 0 | 0.06 | 195.94 | 0.67 | 0.81 |
| Hex | AF | DE | EF | 1B | 7 | 0 | 6 | C4 | 43 | 51 |
| Octal | 257 | 336 | 357 | 33 | 7 | 0 | 6 | 304 | 103 | 121 |
| Binary | 10101111 | 11011110 | 11101111 | 11011 | 111 | 0 | 110 | 11000100 | 1000011 | 1010001 |
Color Harmonies of #AFDEEF
Complementary color
Monochromatic Colors of #AFDEEF
Black with #AFDEEF
Text Example
Text Example
White with #AFDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEEF; }
p { color: rgb(175,222,239); }
H1.HeaderClassName
{
color: #AFDEEF;
}
.AnyTagClassName
{
color: #AFDEEF;
}
</style>
background-color css
<style>
a { background-color: #AFDEEF; }
a { background-color: rgb(175,222,239); }
div.DivClassName
{
background-color: #AFDEEF;
}
.BgClassName
{
background-color: #AFDEEF;
}
</style>
border-color css
<style>
span { border-color: #AFDEEF; }
span { border-color: rgb(175,222,239); }
td.TdClassName
{
border-color: #AFDEEF;
}
.TagClassName
{
border-color: #AFDEEF;
}
</style>