Shades of Light Blue #A8DDEF
Tints of Light Blue #A8DDEF
RGB
CMYK
RGB Variations
Color information
#A8DDEF (or 0xA8DDEF) is known color: Light Blue. HEX triplet: A8, DD and EF. RGB value is (168,221,239). Sum of RGB (Red+Green+Blue) = 168+221+239=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8DDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDEF is #572210. Grayscale: #CFCFCF. Windows color (decimal): -5710353 or 15719848. OLE color: 15719848.
HSL color Cylindrical-coordinate representation of color #A8DDEF: hue angle of 195.21º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8DDEF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 221 | 239 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.06 |
| HSL | 195.21º | 0.69% | 0.8% | - |
| HSV(B) | 195.21º | 0.3% | 0.94% | - |
| XYZ | 57.58 | 66.27 | 91.42 | - |
| YUV | 207.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 239 | 0.30 | 0.08 | 0 | 0.06 | 195.21 | 0.69 | 0.8 |
| Hex | A8 | DD | EF | 1E | 8 | 0 | 6 | C3 | 45 | 50 |
| Octal | 250 | 335 | 357 | 36 | 10 | 0 | 6 | 303 | 105 | 120 |
| Binary | 10101000 | 11011101 | 11101111 | 11110 | 1000 | 0 | 110 | 11000011 | 1000101 | 1010000 |
Color Harmonies of #A8DDEF
Complementary color
Monochromatic Colors of #A8DDEF
Black with #A8DDEF
Text Example
Text Example
White with #A8DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDEF; }
p { color: rgb(168,221,239); }
H1.HeaderClassName
{
color: #A8DDEF;
}
.AnyTagClassName
{
color: #A8DDEF;
}
</style>
background-color css
<style>
a { background-color: #A8DDEF; }
a { background-color: rgb(168,221,239); }
div.DivClassName
{
background-color: #A8DDEF;
}
.BgClassName
{
background-color: #A8DDEF;
}
</style>
border-color css
<style>
span { border-color: #A8DDEF; }
span { border-color: rgb(168,221,239); }
td.TdClassName
{
border-color: #A8DDEF;
}
.TagClassName
{
border-color: #A8DDEF;
}
</style>