Shades of Columbia Blue #99E2FE
Tints of Columbia Blue #99E2FE
RGB
CMYK
RGB Variations
Color information
#99E2FE (or 0x99E2FE) is known color: Columbia Blue. HEX triplet: 99, E2 and FE. RGB value is (153,226,254). Sum of RGB (Red+Green+Blue) = 153+226+254=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #99E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E2FE is #661D01. Grayscale: #CFCFCF. Windows color (decimal): -6692098 or 16704153. OLE color: 16704153.
HSL color Cylindrical-coordinate representation of color #99E2FE: hue angle of 196.63º 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 #99E2FE is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 226 | 254 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.00 |
| HSL | 196.63º | 0.98% | 0.8% | - |
| HSV(B) | 196.63º | 0.4% | 1% | - |
| XYZ | 58.22 | 68.32 | 103.88 | - |
| YUV | 207.37 | 154.32 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 254 | 0.40 | 0.11 | 0 | 0.00 | 196.63 | 0.98 | 0.8 |
| Hex | 99 | E2 | FE | 28 | B | 0 | 0 | C5 | 62 | 50 |
| Octal | 231 | 342 | 376 | 50 | 13 | 0 | 0 | 305 | 142 | 120 |
| Binary | 10011001 | 11100010 | 11111110 | 101000 | 1011 | 0 | 0 | 11000101 | 1100010 | 1010000 |
Color Harmonies of #99E2FE
Complementary color
Monochromatic Colors of #99E2FE
Black with #99E2FE
Text Example
Text Example
White with #99E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E2FE; }
p { color: rgb(153,226,254); }
H1.HeaderClassName
{
color: #99E2FE;
}
.AnyTagClassName
{
color: #99E2FE;
}
</style>
background-color css
<style>
a { background-color: #99E2FE; }
a { background-color: rgb(153,226,254); }
div.DivClassName
{
background-color: #99E2FE;
}
.BgClassName
{
background-color: #99E2FE;
}
</style>
border-color css
<style>
span { border-color: #99E2FE; }
span { border-color: rgb(153,226,254); }
td.TdClassName
{
border-color: #99E2FE;
}
.TagClassName
{
border-color: #99E2FE;
}
</style>