Shades of Light Blue #AFDCEC
Tints of Light Blue #AFDCEC
RGB
CMYK
RGB Variations
Color information
#AFDCEC (or 0xAFDCEC) is known color: Light Blue. HEX triplet: AF, DC and EC. RGB value is (175,220,236). Sum of RGB (Red+Green+Blue) = 175+220+236=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCEC is #502313. Grayscale: #D0D0D0. Windows color (decimal): -5251860 or 15522991. OLE color: 15522991.
HSL color Cylindrical-coordinate representation of color #AFDCEC: hue angle of 195.74º 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 #AFDCEC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 220 | 236 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.07 |
| HSL | 195.74º | 0.62% | 0.81% | - |
| HSV(B) | 195.74º | 0.26% | 0.93% | - |
| XYZ | 58.41 | 66.36 | 89.09 | - |
| YUV | 208.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 236 | 0.26 | 0.07 | 0 | 0.07 | 195.74 | 0.62 | 0.81 |
| Hex | AF | DC | EC | 1A | 7 | 0 | 7 | C4 | 3E | 51 |
| Octal | 257 | 334 | 354 | 32 | 7 | 0 | 7 | 304 | 76 | 121 |
| Binary | 10101111 | 11011100 | 11101100 | 11010 | 111 | 0 | 111 | 11000100 | 111110 | 1010001 |
Color Harmonies of #AFDCEC
Complementary color
Monochromatic Colors of #AFDCEC
Black with #AFDCEC
Text Example
Text Example
White with #AFDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCEC; }
p { color: rgb(175,220,236); }
H1.HeaderClassName
{
color: #AFDCEC;
}
.AnyTagClassName
{
color: #AFDCEC;
}
</style>
background-color css
<style>
a { background-color: #AFDCEC; }
a { background-color: rgb(175,220,236); }
div.DivClassName
{
background-color: #AFDCEC;
}
.BgClassName
{
background-color: #AFDCEC;
}
</style>
border-color css
<style>
span { border-color: #AFDCEC; }
span { border-color: rgb(175,220,236); }
td.TdClassName
{
border-color: #AFDCEC;
}
.TagClassName
{
border-color: #AFDCEC;
}
</style>