Shades of Columbia Blue #99E8FE
Tints of Columbia Blue #99E8FE
RGB
CMYK
RGB Variations
Color information
#99E8FE (or 0x99E8FE) is known color: Columbia Blue. HEX triplet: 99, E8 and FE. RGB value is (153,232,254). Sum of RGB (Red+Green+Blue) = 153+232+254=639 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.94% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #99E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E8FE is #661701. Grayscale: #D2D2D2. Windows color (decimal): -6690562 or 16705689. OLE color: 16705689.
HSL color Cylindrical-coordinate representation of color #99E8FE: hue angle of 193.07º 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 #99E8FE is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 232 | 254 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.00 |
| HSL | 193.07º | 0.98% | 0.8% | - |
| HSV(B) | 193.07º | 0.4% | 1% | - |
| XYZ | 59.88 | 71.64 | 104.44 | - |
| YUV | 210.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 232 | 254 | 0.40 | 0.09 | 0 | 0.00 | 193.07 | 0.98 | 0.8 |
| Hex | 99 | E8 | FE | 28 | 9 | 0 | 0 | C1 | 62 | 50 |
| Octal | 231 | 350 | 376 | 50 | 11 | 0 | 0 | 301 | 142 | 120 |
| Binary | 10011001 | 11101000 | 11111110 | 101000 | 1001 | 0 | 0 | 11000001 | 1100010 | 1010000 |
Color Harmonies of #99E8FE
Complementary color
Monochromatic Colors of #99E8FE
Black with #99E8FE
Text Example
Text Example
White with #99E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E8FE; }
p { color: rgb(153,232,254); }
H1.HeaderClassName
{
color: #99E8FE;
}
.AnyTagClassName
{
color: #99E8FE;
}
</style>
background-color css
<style>
a { background-color: #99E8FE; }
a { background-color: rgb(153,232,254); }
div.DivClassName
{
background-color: #99E8FE;
}
.BgClassName
{
background-color: #99E8FE;
}
</style>
border-color css
<style>
span { border-color: #99E8FE; }
span { border-color: rgb(153,232,254); }
td.TdClassName
{
border-color: #99E8FE;
}
.TagClassName
{
border-color: #99E8FE;
}
</style>