Shades of Light Blue #AFCFE1
Tints of Light Blue #AFCFE1
RGB
CMYK
RGB Variations
Color information
#AFCFE1 (or 0xAFCFE1) is known color: Light Blue. HEX triplet: AF, CF and E1. RGB value is (175,207,225). Sum of RGB (Red+Green+Blue) = 175+207+225=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFCFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFE1 is #50301E. Grayscale: #C7C7C7. Windows color (decimal): -5255199 or 14798767. OLE color: 14798767.
HSL color Cylindrical-coordinate representation of color #AFCFE1: hue angle of 201.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCFE1 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 207 | 225 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.12 |
| HSL | 201.6º | 0.45% | 0.78% | - |
| HSV(B) | 201.6º | 0.22% | 0.88% | - |
| XYZ | 53.58 | 59.18 | 79.83 | - |
| YUV | 199.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 225 | 0.22 | 0.08 | 0 | 0.12 | 201.6 | 0.45 | 0.78 |
| Hex | AF | CF | E1 | 16 | 8 | 0 | C | CA | 2D | 4E |
| Octal | 257 | 317 | 341 | 26 | 10 | 0 | 14 | 312 | 55 | 116 |
| Binary | 10101111 | 11001111 | 11100001 | 10110 | 1000 | 0 | 1100 | 11001010 | 101101 | 1001110 |
Color Harmonies of #AFCFE1
Complementary color
Monochromatic Colors of #AFCFE1
Black with #AFCFE1
Text Example
Text Example
White with #AFCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFE1; }
p { color: rgb(175,207,225); }
H1.HeaderClassName
{
color: #AFCFE1;
}
.AnyTagClassName
{
color: #AFCFE1;
}
</style>
background-color css
<style>
a { background-color: #AFCFE1; }
a { background-color: rgb(175,207,225); }
div.DivClassName
{
background-color: #AFCFE1;
}
.BgClassName
{
background-color: #AFCFE1;
}
</style>
border-color css
<style>
span { border-color: #AFCFE1; }
span { border-color: rgb(175,207,225); }
td.TdClassName
{
border-color: #AFCFE1;
}
.TagClassName
{
border-color: #AFCFE1;
}
</style>