Shades of Columbia Blue #99E8FC
Tints of Columbia Blue #99E8FC
RGB
CMYK
RGB Variations
Color information
#99E8FC (or 0x99E8FC) is known color: Columbia Blue. HEX triplet: 99, E8 and FC. RGB value is (153,232,252). Sum of RGB (Red+Green+Blue) = 153+232+252=637 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.02% from 637); Green value is 232 (91.02% from 255 or 36.42% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #99E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E8FC is #661703. Grayscale: #D2D2D2. Windows color (decimal): -6690564 or 16574617. OLE color: 16574617.
HSL color Cylindrical-coordinate representation of color #99E8FC: hue angle of 192.12º 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 #99E8FC is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 232 | 252 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.01 |
| HSL | 192.12º | 0.94% | 0.79% | - |
| HSV(B) | 192.12º | 0.39% | 0.99% | - |
| XYZ | 59.56 | 71.51 | 102.76 | - |
| YUV | 210.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 232 | 252 | 0.39 | 0.08 | 0 | 0.01 | 192.12 | 0.94 | 0.79 |
| Hex | 99 | E8 | FC | 27 | 8 | 0 | 1 | C0 | 5E | 4F |
| Octal | 231 | 350 | 374 | 47 | 10 | 0 | 1 | 300 | 136 | 117 |
| Binary | 10011001 | 11101000 | 11111100 | 100111 | 1000 | 0 | 1 | 11000000 | 1011110 | 1001111 |
Color Harmonies of #99E8FC
Complementary color
Monochromatic Colors of #99E8FC
Black with #99E8FC
Text Example
Text Example
White with #99E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E8FC; }
p { color: rgb(153,232,252); }
H1.HeaderClassName
{
color: #99E8FC;
}
.AnyTagClassName
{
color: #99E8FC;
}
</style>
background-color css
<style>
a { background-color: #99E8FC; }
a { background-color: rgb(153,232,252); }
div.DivClassName
{
background-color: #99E8FC;
}
.BgClassName
{
background-color: #99E8FC;
}
</style>
border-color css
<style>
span { border-color: #99E8FC; }
span { border-color: rgb(153,232,252); }
td.TdClassName
{
border-color: #99E8FC;
}
.TagClassName
{
border-color: #99E8FC;
}
</style>