Shades of Columbia Blue #99DDFF
Tints of Columbia Blue #99DDFF
RGB
CMYK
RGB Variations
Color information
#99DDFF (or 0x99DDFF) is known color: Columbia Blue. HEX triplet: 99, DD and FF. RGB value is (153,221,255). Sum of RGB (Red+Green+Blue) = 153+221+255=629 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.32% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #99DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DDFF is #662200. Grayscale: #CCCCCC. Windows color (decimal): -6693377 or 16768409. OLE color: 16768409.
HSL color Cylindrical-coordinate representation of color #99DDFF: hue angle of 200º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DDFF is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 221 | 255 | - |
| CMYK | 0.4 | 0.13 | 0 | 0 |
| HSL | 200º | 1% | 0.8% | - |
| HSV(B) | 200º | 0.4% | 1% | - |
| XYZ | 57.04 | 65.71 | 104.28 | - |
| YUV | 204.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 255 | 0.4 | 0.13 | 0 | 0 | 200 | 1 | 0.8 |
| Hex | 99 | DD | FF | 28 | D | 0 | 0 | C8 | 64 | 50 |
| Octal | 231 | 335 | 377 | 50 | 15 | 0 | 0 | 310 | 144 | 120 |
| Binary | 10011001 | 11011101 | 11111111 | 101000 | 1101 | 0 | 0 | 11001000 | 1100100 | 1010000 |
Color Harmonies of #99DDFF
Complementary color
Monochromatic Colors of #99DDFF
Black with #99DDFF
Text Example
Text Example
White with #99DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DDFF; }
p { color: rgb(153,221,255); }
H1.HeaderClassName
{
color: #99DDFF;
}
.AnyTagClassName
{
color: #99DDFF;
}
</style>
background-color css
<style>
a { background-color: #99DDFF; }
a { background-color: rgb(153,221,255); }
div.DivClassName
{
background-color: #99DDFF;
}
.BgClassName
{
background-color: #99DDFF;
}
</style>
border-color css
<style>
span { border-color: #99DDFF; }
span { border-color: rgb(153,221,255); }
td.TdClassName
{
border-color: #99DDFF;
}
.TagClassName
{
border-color: #99DDFF;
}
</style>