Shades of Light Blue #AFDCEE
Tints of Light Blue #AFDCEE
RGB
CMYK
RGB Variations
Color information
#AFDCEE (or 0xAFDCEE) is known color: Light Blue. HEX triplet: AF, DC and EE. RGB value is (175,220,238). Sum of RGB (Red+Green+Blue) = 175+220+238=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCEE is #502311. Grayscale: #D0D0D0. Windows color (decimal): -5251858 or 15654063. OLE color: 15654063.
HSL color Cylindrical-coordinate representation of color #AFDCEE: hue angle of 197.14º 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 #AFDCEE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 220 | 238 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.07 |
| HSL | 197.14º | 0.65% | 0.81% | - |
| HSV(B) | 197.14º | 0.26% | 0.93% | - |
| XYZ | 58.71 | 66.47 | 90.63 | - |
| YUV | 208.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 238 | 0.26 | 0.08 | 0 | 0.07 | 197.14 | 0.65 | 0.81 |
| Hex | AF | DC | EE | 1A | 8 | 0 | 7 | C5 | 41 | 51 |
| Octal | 257 | 334 | 356 | 32 | 10 | 0 | 7 | 305 | 101 | 121 |
| Binary | 10101111 | 11011100 | 11101110 | 11010 | 1000 | 0 | 111 | 11000101 | 1000001 | 1010001 |
Color Harmonies of #AFDCEE
Complementary color
Monochromatic Colors of #AFDCEE
Black with #AFDCEE
Text Example
Text Example
White with #AFDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCEE; }
p { color: rgb(175,220,238); }
H1.HeaderClassName
{
color: #AFDCEE;
}
.AnyTagClassName
{
color: #AFDCEE;
}
</style>
background-color css
<style>
a { background-color: #AFDCEE; }
a { background-color: rgb(175,220,238); }
div.DivClassName
{
background-color: #AFDCEE;
}
.BgClassName
{
background-color: #AFDCEE;
}
</style>
border-color css
<style>
span { border-color: #AFDCEE; }
span { border-color: rgb(175,220,238); }
td.TdClassName
{
border-color: #AFDCEE;
}
.TagClassName
{
border-color: #AFDCEE;
}
</style>