Shades of Light Blue #AFCFDF
Tints of Light Blue #AFCFDF
RGB
CMYK
RGB Variations
Color information
#AFCFDF (or 0xAFCFDF) is known color: Light Blue. HEX triplet: AF, CF and DF. RGB value is (175,207,223). Sum of RGB (Red+Green+Blue) = 175+207+223=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFCFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFDF is #503020. Grayscale: #C7C7C7. Windows color (decimal): -5255201 or 14667695. OLE color: 14667695.
HSL color Cylindrical-coordinate representation of color #AFCFDF: hue angle of 200º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCFDF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 207 | 223 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.13 |
| HSL | 200º | 0.43% | 0.78% | - |
| HSV(B) | 200º | 0.22% | 0.87% | - |
| XYZ | 53.31 | 59.07 | 78.4 | - |
| YUV | 199.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 223 | 0.22 | 0.07 | 0 | 0.13 | 200 | 0.43 | 0.78 |
| Hex | AF | CF | DF | 16 | 7 | 0 | D | C8 | 2B | 4E |
| Octal | 257 | 317 | 337 | 26 | 7 | 0 | 15 | 310 | 53 | 116 |
| Binary | 10101111 | 11001111 | 11011111 | 10110 | 111 | 0 | 1101 | 11001000 | 101011 | 1001110 |
Color Harmonies of #AFCFDF
Complementary color
Monochromatic Colors of #AFCFDF
Black with #AFCFDF
Text Example
Text Example
White with #AFCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFDF; }
p { color: rgb(175,207,223); }
H1.HeaderClassName
{
color: #AFCFDF;
}
.AnyTagClassName
{
color: #AFCFDF;
}
</style>
background-color css
<style>
a { background-color: #AFCFDF; }
a { background-color: rgb(175,207,223); }
div.DivClassName
{
background-color: #AFCFDF;
}
.BgClassName
{
background-color: #AFCFDF;
}
</style>
border-color css
<style>
span { border-color: #AFCFDF; }
span { border-color: rgb(175,207,223); }
td.TdClassName
{
border-color: #AFCFDF;
}
.TagClassName
{
border-color: #AFCFDF;
}
</style>