Shades of Light Blue #AFDDEF
Tints of Light Blue #AFDDEF
RGB
CMYK
RGB Variations
Color information
#AFDDEF (or 0xAFDDEF) is known color: Light Blue. HEX triplet: AF, DD and EF. RGB value is (175,221,239). Sum of RGB (Red+Green+Blue) = 175+221+239=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDEF is #502210. Grayscale: #D1D1D1. Windows color (decimal): -5251601 or 15719855. OLE color: 15719855.
HSL color Cylindrical-coordinate representation of color #AFDDEF: hue angle of 196.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFDDEF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 221 | 239 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.06 |
| HSL | 196.88º | 0.67% | 0.81% | - |
| HSV(B) | 196.88º | 0.27% | 0.94% | - |
| XYZ | 59.12 | 67.06 | 91.49 | - |
| YUV | 209.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 239 | 0.27 | 0.08 | 0 | 0.06 | 196.88 | 0.67 | 0.81 |
| Hex | AF | DD | EF | 1B | 8 | 0 | 6 | C5 | 43 | 51 |
| Octal | 257 | 335 | 357 | 33 | 10 | 0 | 6 | 305 | 103 | 121 |
| Binary | 10101111 | 11011101 | 11101111 | 11011 | 1000 | 0 | 110 | 11000101 | 1000011 | 1010001 |
Color Harmonies of #AFDDEF
Complementary color
Monochromatic Colors of #AFDDEF
Black with #AFDDEF
Text Example
Text Example
White with #AFDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDEF; }
p { color: rgb(175,221,239); }
H1.HeaderClassName
{
color: #AFDDEF;
}
.AnyTagClassName
{
color: #AFDDEF;
}
</style>
background-color css
<style>
a { background-color: #AFDDEF; }
a { background-color: rgb(175,221,239); }
div.DivClassName
{
background-color: #AFDDEF;
}
.BgClassName
{
background-color: #AFDDEF;
}
</style>
border-color css
<style>
span { border-color: #AFDDEF; }
span { border-color: rgb(175,221,239); }
td.TdClassName
{
border-color: #AFDDEF;
}
.TagClassName
{
border-color: #AFDDEF;
}
</style>