Shades of Columbia Blue #99DAFF
Tints of Columbia Blue #99DAFF
RGB
CMYK
RGB Variations
Color information
#99DAFF (or 0x99DAFF) is known color: Columbia Blue. HEX triplet: 99, DA and FF. RGB value is (153,218,255). Sum of RGB (Red+Green+Blue) = 153+218+255=626 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.44% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #99DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAFF is #662500. Grayscale: #CACACA. Windows color (decimal): -6694145 or 16767641. OLE color: 16767641.
HSL color Cylindrical-coordinate representation of color #99DAFF: hue angle of 201.76º 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 #99DAFF is Cyan = 0.4, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 218 | 255 | - |
| CMYK | 0.4 | 0.15 | 0 | 0 |
| HSL | 201.76º | 1% | 0.8% | - |
| HSV(B) | 201.76º | 0.4% | 1% | - |
| XYZ | 56.26 | 64.14 | 104.02 | - |
| YUV | 202.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 255 | 0.4 | 0.15 | 0 | 0 | 201.76 | 1 | 0.8 |
| Hex | 99 | DA | FF | 28 | F | 0 | 0 | CA | 64 | 50 |
| Octal | 231 | 332 | 377 | 50 | 17 | 0 | 0 | 312 | 144 | 120 |
| Binary | 10011001 | 11011010 | 11111111 | 101000 | 1111 | 0 | 0 | 11001010 | 1100100 | 1010000 |
Color Harmonies of #99DAFF
Complementary color
Monochromatic Colors of #99DAFF
Black with #99DAFF
Text Example
Text Example
White with #99DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAFF; }
p { color: rgb(153,218,255); }
H1.HeaderClassName
{
color: #99DAFF;
}
.AnyTagClassName
{
color: #99DAFF;
}
</style>
background-color css
<style>
a { background-color: #99DAFF; }
a { background-color: rgb(153,218,255); }
div.DivClassName
{
background-color: #99DAFF;
}
.BgClassName
{
background-color: #99DAFF;
}
</style>
border-color css
<style>
span { border-color: #99DAFF; }
span { border-color: rgb(153,218,255); }
td.TdClassName
{
border-color: #99DAFF;
}
.TagClassName
{
border-color: #99DAFF;
}
</style>