Shades of Light Blue #AFDEF4
Tints of Light Blue #AFDEF4
RGB
CMYK
RGB Variations
Color information
#AFDEF4 (or 0xAFDEF4) is known color: Light Blue. HEX triplet: AF, DE and F4. RGB value is (175,222,244). Sum of RGB (Red+Green+Blue) = 175+222+244=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFDEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEF4 is #50210B. Grayscale: #D2D2D2. Windows color (decimal): -5251340 or 16047791. OLE color: 16047791.
HSL color Cylindrical-coordinate representation of color #AFDEF4: hue angle of 199.13º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFDEF4 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 222 | 244 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.04 |
| HSL | 199.13º | 0.76% | 0.82% | - |
| HSV(B) | 199.13º | 0.28% | 0.96% | - |
| XYZ | 60.13 | 67.89 | 95.52 | - |
| YUV | 210.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 244 | 0.28 | 0.09 | 0 | 0.04 | 199.13 | 0.76 | 0.82 |
| Hex | AF | DE | F4 | 1C | 9 | 0 | 4 | C7 | 4C | 52 |
| Octal | 257 | 336 | 364 | 34 | 11 | 0 | 4 | 307 | 114 | 122 |
| Binary | 10101111 | 11011110 | 11110100 | 11100 | 1001 | 0 | 100 | 11000111 | 1001100 | 1010010 |
Color Harmonies of #AFDEF4
Complementary color
Monochromatic Colors of #AFDEF4
Black with #AFDEF4
Text Example
Text Example
White with #AFDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEF4; }
p { color: rgb(175,222,244); }
H1.HeaderClassName
{
color: #AFDEF4;
}
.AnyTagClassName
{
color: #AFDEF4;
}
</style>
background-color css
<style>
a { background-color: #AFDEF4; }
a { background-color: rgb(175,222,244); }
div.DivClassName
{
background-color: #AFDEF4;
}
.BgClassName
{
background-color: #AFDEF4;
}
</style>
border-color css
<style>
span { border-color: #AFDEF4; }
span { border-color: rgb(175,222,244); }
td.TdClassName
{
border-color: #AFDEF4;
}
.TagClassName
{
border-color: #AFDEF4;
}
</style>