Shades of Light Blue #AFDFF1
Tints of Light Blue #AFDFF1
RGB
CMYK
RGB Variations
Color information
#AFDFF1 (or 0xAFDFF1) is known color: Light Blue. HEX triplet: AF, DF and F1. RGB value is (175,223,241). Sum of RGB (Red+Green+Blue) = 175+223+241=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFF1 is #50200E. Grayscale: #D2D2D2. Windows color (decimal): -5251087 or 15851439. OLE color: 15851439.
HSL color Cylindrical-coordinate representation of color #AFDFF1: hue angle of 196.36º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFDFF1 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 223 | 241 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.05 |
| HSL | 196.36º | 0.7% | 0.82% | - |
| HSV(B) | 196.36º | 0.27% | 0.95% | - |
| XYZ | 59.94 | 68.24 | 93.23 | - |
| YUV | 210.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 241 | 0.27 | 0.07 | 0 | 0.05 | 196.36 | 0.7 | 0.82 |
| Hex | AF | DF | F1 | 1B | 7 | 0 | 5 | C4 | 46 | 52 |
| Octal | 257 | 337 | 361 | 33 | 7 | 0 | 5 | 304 | 106 | 122 |
| Binary | 10101111 | 11011111 | 11110001 | 11011 | 111 | 0 | 101 | 11000100 | 1000110 | 1010010 |
Color Harmonies of #AFDFF1
Complementary color
Monochromatic Colors of #AFDFF1
Black with #AFDFF1
Text Example
Text Example
White with #AFDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFF1; }
p { color: rgb(175,223,241); }
H1.HeaderClassName
{
color: #AFDFF1;
}
.AnyTagClassName
{
color: #AFDFF1;
}
</style>
background-color css
<style>
a { background-color: #AFDFF1; }
a { background-color: rgb(175,223,241); }
div.DivClassName
{
background-color: #AFDFF1;
}
.BgClassName
{
background-color: #AFDFF1;
}
</style>
border-color css
<style>
span { border-color: #AFDFF1; }
span { border-color: rgb(175,223,241); }
td.TdClassName
{
border-color: #AFDFF1;
}
.TagClassName
{
border-color: #AFDFF1;
}
</style>