Shades of Light Blue #AFDFEE
Tints of Light Blue #AFDFEE
RGB
CMYK
RGB Variations
Color information
#AFDFEE (or 0xAFDFEE) is known color: Light Blue. HEX triplet: AF, DF and EE. RGB value is (175,223,238). Sum of RGB (Red+Green+Blue) = 175+223+238=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFEE is #502011. Grayscale: #D2D2D2. Windows color (decimal): -5251090 or 15654831. OLE color: 15654831.
HSL color Cylindrical-coordinate representation of color #AFDFEE: hue angle of 194.29º degrees, saturation: 0.65, 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 #AFDFEE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 223 | 238 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.07 |
| HSL | 194.29º | 0.65% | 0.81% | - |
| HSV(B) | 194.29º | 0.26% | 0.93% | - |
| XYZ | 59.5 | 68.06 | 90.89 | - |
| YUV | 210.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 238 | 0.26 | 0.06 | 0 | 0.07 | 194.29 | 0.65 | 0.81 |
| Hex | AF | DF | EE | 1A | 6 | 0 | 7 | C2 | 41 | 51 |
| Octal | 257 | 337 | 356 | 32 | 6 | 0 | 7 | 302 | 101 | 121 |
| Binary | 10101111 | 11011111 | 11101110 | 11010 | 110 | 0 | 111 | 11000010 | 1000001 | 1010001 |
Color Harmonies of #AFDFEE
Complementary color
Monochromatic Colors of #AFDFEE
Black with #AFDFEE
Text Example
Text Example
White with #AFDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFEE; }
p { color: rgb(175,223,238); }
H1.HeaderClassName
{
color: #AFDFEE;
}
.AnyTagClassName
{
color: #AFDFEE;
}
</style>
background-color css
<style>
a { background-color: #AFDFEE; }
a { background-color: rgb(175,223,238); }
div.DivClassName
{
background-color: #AFDFEE;
}
.BgClassName
{
background-color: #AFDFEE;
}
</style>
border-color css
<style>
span { border-color: #AFDFEE; }
span { border-color: rgb(175,223,238); }
td.TdClassName
{
border-color: #AFDFEE;
}
.TagClassName
{
border-color: #AFDFEE;
}
</style>