Shades of Columbia Blue #99ECFF
Tints of Columbia Blue #99ECFF
RGB
CMYK
RGB Variations
Color information
#99ECFF (or 0x99ECFF) is known color: Columbia Blue. HEX triplet: 99, EC and FF. RGB value is (153,236,255). Sum of RGB (Red+Green+Blue) = 153+236+255=644 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.76% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #99ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECFF is #661300. Grayscale: #D5D5D5. Windows color (decimal): -6689537 or 16772249. OLE color: 16772249.
HSL color Cylindrical-coordinate representation of color #99ECFF: hue angle of 191.18º 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 #99ECFF is Cyan = 0.4, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 236 | 255 | - |
| CMYK | 0.4 | 0.07 | 0 | 0 |
| HSL | 191.18º | 1% | 0.8% | - |
| HSV(B) | 191.18º | 0.4% | 1% | - |
| XYZ | 61.18 | 73.98 | 105.66 | - |
| YUV | 213.35 | 151.5 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 255 | 0.4 | 0.07 | 0 | 0 | 191.18 | 1 | 0.8 |
| Hex | 99 | EC | FF | 28 | 7 | 0 | 0 | BF | 64 | 50 |
| Octal | 231 | 354 | 377 | 50 | 7 | 0 | 0 | 277 | 144 | 120 |
| Binary | 10011001 | 11101100 | 11111111 | 101000 | 111 | 0 | 0 | 10111111 | 1100100 | 1010000 |
Color Harmonies of #99ECFF
Complementary color
Monochromatic Colors of #99ECFF
Black with #99ECFF
Text Example
Text Example
White with #99ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECFF; }
p { color: rgb(153,236,255); }
H1.HeaderClassName
{
color: #99ECFF;
}
.AnyTagClassName
{
color: #99ECFF;
}
</style>
background-color css
<style>
a { background-color: #99ECFF; }
a { background-color: rgb(153,236,255); }
div.DivClassName
{
background-color: #99ECFF;
}
.BgClassName
{
background-color: #99ECFF;
}
</style>
border-color css
<style>
span { border-color: #99ECFF; }
span { border-color: rgb(153,236,255); }
td.TdClassName
{
border-color: #99ECFF;
}
.TagClassName
{
border-color: #99ECFF;
}
</style>