Shades of Columbia Blue #99E7FA
Tints of Columbia Blue #99E7FA
RGB
CMYK
RGB Variations
Color information
#99E7FA (or 0x99E7FA) is known color: Columbia Blue. HEX triplet: 99, E7 and FA. RGB value is (153,231,250). Sum of RGB (Red+Green+Blue) = 153+231+250=634 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.13% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #99E7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E7FA is #661805. Grayscale: #D1D1D1. Windows color (decimal): -6690822 or 16443289. OLE color: 16443289.
HSL color Cylindrical-coordinate representation of color #99E7FA: hue angle of 191.75º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99E7FA is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 231 | 250 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.02 |
| HSL | 191.75º | 0.91% | 0.79% | - |
| HSV(B) | 191.75º | 0.39% | 0.98% | - |
| XYZ | 58.97 | 70.83 | 101.01 | - |
| YUV | 209.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 231 | 250 | 0.39 | 0.08 | 0 | 0.02 | 191.75 | 0.91 | 0.79 |
| Hex | 99 | E7 | FA | 27 | 8 | 0 | 2 | C0 | 5B | 4F |
| Octal | 231 | 347 | 372 | 47 | 10 | 0 | 2 | 300 | 133 | 117 |
| Binary | 10011001 | 11100111 | 11111010 | 100111 | 1000 | 0 | 10 | 11000000 | 1011011 | 1001111 |
Color Harmonies of #99E7FA
Complementary color
Monochromatic Colors of #99E7FA
Black with #99E7FA
Text Example
Text Example
White with #99E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E7FA; }
p { color: rgb(153,231,250); }
H1.HeaderClassName
{
color: #99E7FA;
}
.AnyTagClassName
{
color: #99E7FA;
}
</style>
background-color css
<style>
a { background-color: #99E7FA; }
a { background-color: rgb(153,231,250); }
div.DivClassName
{
background-color: #99E7FA;
}
.BgClassName
{
background-color: #99E7FA;
}
</style>
border-color css
<style>
span { border-color: #99E7FA; }
span { border-color: rgb(153,231,250); }
td.TdClassName
{
border-color: #99E7FA;
}
.TagClassName
{
border-color: #99E7FA;
}
</style>