Shades of Light Blue #AFDCEA
Tints of Light Blue #AFDCEA
RGB
CMYK
RGB Variations
Color information
#AFDCEA (or 0xAFDCEA) is known color: Light Blue. HEX triplet: AF, DC and EA. RGB value is (175,220,234). Sum of RGB (Red+Green+Blue) = 175+220+234=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFDCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCEA is #502315. Grayscale: #D0D0D0. Windows color (decimal): -5251862 or 15391919. OLE color: 15391919.
HSL color Cylindrical-coordinate representation of color #AFDCEA: hue angle of 194.24º 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 #AFDCEA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 220 | 234 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.08 |
| HSL | 194.24º | 0.58% | 0.8% | - |
| HSV(B) | 194.24º | 0.25% | 0.92% | - |
| XYZ | 58.12 | 66.24 | 87.56 | - |
| YUV | 208.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 234 | 0.25 | 0.06 | 0 | 0.08 | 194.24 | 0.58 | 0.8 |
| Hex | AF | DC | EA | 19 | 6 | 0 | 8 | C2 | 3A | 50 |
| Octal | 257 | 334 | 352 | 31 | 6 | 0 | 10 | 302 | 72 | 120 |
| Binary | 10101111 | 11011100 | 11101010 | 11001 | 110 | 0 | 1000 | 11000010 | 111010 | 1010000 |
Color Harmonies of #AFDCEA
Complementary color
Monochromatic Colors of #AFDCEA
Black with #AFDCEA
Text Example
Text Example
White with #AFDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCEA; }
p { color: rgb(175,220,234); }
H1.HeaderClassName
{
color: #AFDCEA;
}
.AnyTagClassName
{
color: #AFDCEA;
}
</style>
background-color css
<style>
a { background-color: #AFDCEA; }
a { background-color: rgb(175,220,234); }
div.DivClassName
{
background-color: #AFDCEA;
}
.BgClassName
{
background-color: #AFDCEA;
}
</style>
border-color css
<style>
span { border-color: #AFDCEA; }
span { border-color: rgb(175,220,234); }
td.TdClassName
{
border-color: #AFDCEA;
}
.TagClassName
{
border-color: #AFDCEA;
}
</style>