Shades of Columbia Blue #99E6FE
Tints of Columbia Blue #99E6FE
RGB
CMYK
RGB Variations
Color information
#99E6FE (or 0x99E6FE) is known color: Columbia Blue. HEX triplet: 99, E6 and FE. RGB value is (153,230,254). Sum of RGB (Red+Green+Blue) = 153+230+254=637 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.02% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #99E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E6FE is #661901. Grayscale: #D1D1D1. Windows color (decimal): -6691074 or 16705177. OLE color: 16705177.
HSL color Cylindrical-coordinate representation of color #99E6FE: hue angle of 194.26º 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 #99E6FE is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 230 | 254 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.00 |
| HSL | 194.26º | 0.98% | 0.8% | - |
| HSV(B) | 194.26º | 0.4% | 1% | - |
| XYZ | 59.32 | 70.52 | 104.25 | - |
| YUV | 209.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 230 | 254 | 0.40 | 0.09 | 0 | 0.00 | 194.26 | 0.98 | 0.8 |
| Hex | 99 | E6 | FE | 28 | 9 | 0 | 0 | C2 | 62 | 50 |
| Octal | 231 | 346 | 376 | 50 | 11 | 0 | 0 | 302 | 142 | 120 |
| Binary | 10011001 | 11100110 | 11111110 | 101000 | 1001 | 0 | 0 | 11000010 | 1100010 | 1010000 |
Color Harmonies of #99E6FE
Complementary color
Monochromatic Colors of #99E6FE
Black with #99E6FE
Text Example
Text Example
White with #99E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E6FE; }
p { color: rgb(153,230,254); }
H1.HeaderClassName
{
color: #99E6FE;
}
.AnyTagClassName
{
color: #99E6FE;
}
</style>
background-color css
<style>
a { background-color: #99E6FE; }
a { background-color: rgb(153,230,254); }
div.DivClassName
{
background-color: #99E6FE;
}
.BgClassName
{
background-color: #99E6FE;
}
</style>
border-color css
<style>
span { border-color: #99E6FE; }
span { border-color: rgb(153,230,254); }
td.TdClassName
{
border-color: #99E6FE;
}
.TagClassName
{
border-color: #99E6FE;
}
</style>