Shades of Columbia Blue #99E9FC
Tints of Columbia Blue #99E9FC
RGB
CMYK
RGB Variations
Color information
#99E9FC (or 0x99E9FC) is known color: Columbia Blue. HEX triplet: 99, E9 and FC. RGB value is (153,233,252). Sum of RGB (Red+Green+Blue) = 153+233+252=638 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.98% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #99E9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E9FC is #661603. Grayscale: #D3D3D3. Windows color (decimal): -6690308 or 16574873. OLE color: 16574873.
HSL color Cylindrical-coordinate representation of color #99E9FC: hue angle of 191.52º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99E9FC is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 233 | 252 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.01 |
| HSL | 191.52º | 0.94% | 0.79% | - |
| HSV(B) | 191.52º | 0.39% | 0.99% | - |
| XYZ | 59.85 | 72.08 | 102.85 | - |
| YUV | 211.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 252 | 0.39 | 0.08 | 0 | 0.01 | 191.52 | 0.94 | 0.79 |
| Hex | 99 | E9 | FC | 27 | 8 | 0 | 1 | C0 | 5E | 4F |
| Octal | 231 | 351 | 374 | 47 | 10 | 0 | 1 | 300 | 136 | 117 |
| Binary | 10011001 | 11101001 | 11111100 | 100111 | 1000 | 0 | 1 | 11000000 | 1011110 | 1001111 |
Color Harmonies of #99E9FC
Complementary color
Monochromatic Colors of #99E9FC
Black with #99E9FC
Text Example
Text Example
White with #99E9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E9FC; }
p { color: rgb(153,233,252); }
H1.HeaderClassName
{
color: #99E9FC;
}
.AnyTagClassName
{
color: #99E9FC;
}
</style>
background-color css
<style>
a { background-color: #99E9FC; }
a { background-color: rgb(153,233,252); }
div.DivClassName
{
background-color: #99E9FC;
}
.BgClassName
{
background-color: #99E9FC;
}
</style>
border-color css
<style>
span { border-color: #99E9FC; }
span { border-color: rgb(153,233,252); }
td.TdClassName
{
border-color: #99E9FC;
}
.TagClassName
{
border-color: #99E9FC;
}
</style>