Shades of Light Blue #AFDFF5
Tints of Light Blue #AFDFF5
RGB
CMYK
RGB Variations
Color information
#AFDFF5 (or 0xAFDFF5) is known color: Light Blue. HEX triplet: AF, DF and F5. RGB value is (175,223,245). Sum of RGB (Red+Green+Blue) = 175+223+245=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFDFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFF5 is #50200A. Grayscale: #D3D3D3. Windows color (decimal): -5251083 or 16113583. OLE color: 16113583.
HSL color Cylindrical-coordinate representation of color #AFDFF5: hue angle of 198.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDFF5 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 223 | 245 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.04 |
| HSL | 198.86º | 0.78% | 0.82% | - |
| HSV(B) | 198.86º | 0.29% | 0.96% | - |
| XYZ | 60.55 | 68.48 | 96.41 | - |
| YUV | 211.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 245 | 0.29 | 0.09 | 0 | 0.04 | 198.86 | 0.78 | 0.82 |
| Hex | AF | DF | F5 | 1D | 9 | 0 | 4 | C7 | 4E | 52 |
| Octal | 257 | 337 | 365 | 35 | 11 | 0 | 4 | 307 | 116 | 122 |
| Binary | 10101111 | 11011111 | 11110101 | 11101 | 1001 | 0 | 100 | 11000111 | 1001110 | 1010010 |
Color Harmonies of #AFDFF5
Complementary color
Monochromatic Colors of #AFDFF5
Black with #AFDFF5
Text Example
Text Example
White with #AFDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFF5; }
p { color: rgb(175,223,245); }
H1.HeaderClassName
{
color: #AFDFF5;
}
.AnyTagClassName
{
color: #AFDFF5;
}
</style>
background-color css
<style>
a { background-color: #AFDFF5; }
a { background-color: rgb(175,223,245); }
div.DivClassName
{
background-color: #AFDFF5;
}
.BgClassName
{
background-color: #AFDFF5;
}
</style>
border-color css
<style>
span { border-color: #AFDFF5; }
span { border-color: rgb(175,223,245); }
td.TdClassName
{
border-color: #AFDFF5;
}
.TagClassName
{
border-color: #AFDFF5;
}
</style>