Shades of Columbia Blue #99ECFE
Tints of Columbia Blue #99ECFE
RGB
CMYK
RGB Variations
Color information
#99ECFE (or 0x99ECFE) is known color: Columbia Blue. HEX triplet: 99, EC and FE. RGB value is (153,236,254). Sum of RGB (Red+Green+Blue) = 153+236+254=643 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.79% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #99ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECFE is #661301. Grayscale: #D5D5D5. Windows color (decimal): -6689538 or 16706713. OLE color: 16706713.
HSL color Cylindrical-coordinate representation of color #99ECFE: hue angle of 190.69º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99ECFE is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 236 | 254 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.00 |
| HSL | 190.69º | 0.98% | 0.8% | - |
| HSV(B) | 190.69º | 0.4% | 1% | - |
| XYZ | 61.02 | 73.92 | 104.82 | - |
| YUV | 213.24 | 151 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 254 | 0.40 | 0.07 | 0 | 0.00 | 190.69 | 0.98 | 0.8 |
| Hex | 99 | EC | FE | 28 | 7 | 0 | 0 | BF | 62 | 50 |
| Octal | 231 | 354 | 376 | 50 | 7 | 0 | 0 | 277 | 142 | 120 |
| Binary | 10011001 | 11101100 | 11111110 | 101000 | 111 | 0 | 0 | 10111111 | 1100010 | 1010000 |
Color Harmonies of #99ECFE
Complementary color
Monochromatic Colors of #99ECFE
Black with #99ECFE
Text Example
Text Example
White with #99ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECFE; }
p { color: rgb(153,236,254); }
H1.HeaderClassName
{
color: #99ECFE;
}
.AnyTagClassName
{
color: #99ECFE;
}
</style>
background-color css
<style>
a { background-color: #99ECFE; }
a { background-color: rgb(153,236,254); }
div.DivClassName
{
background-color: #99ECFE;
}
.BgClassName
{
background-color: #99ECFE;
}
</style>
border-color css
<style>
span { border-color: #99ECFE; }
span { border-color: rgb(153,236,254); }
td.TdClassName
{
border-color: #99ECFE;
}
.TagClassName
{
border-color: #99ECFE;
}
</style>