Shades of Light Blue #AFDEF3
Tints of Light Blue #AFDEF3
RGB
CMYK
RGB Variations
Color information
#AFDEF3 (or 0xAFDEF3) is known color: Light Blue. HEX triplet: AF, DE and F3. RGB value is (175,222,243). Sum of RGB (Red+Green+Blue) = 175+222+243=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFDEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEF3 is #50210C. Grayscale: #D2D2D2. Windows color (decimal): -5251341 or 15982255. OLE color: 15982255.
HSL color Cylindrical-coordinate representation of color #AFDEF3: hue angle of 198.53º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDEF3 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 222 | 243 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.05 |
| HSL | 198.53º | 0.74% | 0.82% | - |
| HSV(B) | 198.53º | 0.28% | 0.95% | - |
| XYZ | 59.98 | 67.83 | 94.72 | - |
| YUV | 210.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 243 | 0.28 | 0.09 | 0 | 0.05 | 198.53 | 0.74 | 0.82 |
| Hex | AF | DE | F3 | 1C | 9 | 0 | 5 | C7 | 4A | 52 |
| Octal | 257 | 336 | 363 | 34 | 11 | 0 | 5 | 307 | 112 | 122 |
| Binary | 10101111 | 11011110 | 11110011 | 11100 | 1001 | 0 | 101 | 11000111 | 1001010 | 1010010 |
Color Harmonies of #AFDEF3
Complementary color
Monochromatic Colors of #AFDEF3
Black with #AFDEF3
Text Example
Text Example
White with #AFDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEF3; }
p { color: rgb(175,222,243); }
H1.HeaderClassName
{
color: #AFDEF3;
}
.AnyTagClassName
{
color: #AFDEF3;
}
</style>
background-color css
<style>
a { background-color: #AFDEF3; }
a { background-color: rgb(175,222,243); }
div.DivClassName
{
background-color: #AFDEF3;
}
.BgClassName
{
background-color: #AFDEF3;
}
</style>
border-color css
<style>
span { border-color: #AFDEF3; }
span { border-color: rgb(175,222,243); }
td.TdClassName
{
border-color: #AFDEF3;
}
.TagClassName
{
border-color: #AFDEF3;
}
</style>