Shades of Columbia Blue #99E0FE
Tints of Columbia Blue #99E0FE
RGB
CMYK
RGB Variations
Color information
#99E0FE (or 0x99E0FE) is known color: Columbia Blue. HEX triplet: 99, E0 and FE. RGB value is (153,224,254). Sum of RGB (Red+Green+Blue) = 153+224+254=631 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.25% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #99E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E0FE is #661F01. Grayscale: #CECECE. Windows color (decimal): -6692610 or 16703641. OLE color: 16703641.
HSL color Cylindrical-coordinate representation of color #99E0FE: hue angle of 197.82º 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 #99E0FE is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 224 | 254 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.00 |
| HSL | 197.82º | 0.98% | 0.8% | - |
| HSV(B) | 197.82º | 0.4% | 1% | - |
| XYZ | 57.68 | 67.24 | 103.7 | - |
| YUV | 206.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 254 | 0.40 | 0.12 | 0 | 0.00 | 197.82 | 0.98 | 0.8 |
| Hex | 99 | E0 | FE | 28 | C | 0 | 0 | C6 | 62 | 50 |
| Octal | 231 | 340 | 376 | 50 | 14 | 0 | 0 | 306 | 142 | 120 |
| Binary | 10011001 | 11100000 | 11111110 | 101000 | 1100 | 0 | 0 | 11000110 | 1100010 | 1010000 |
Color Harmonies of #99E0FE
Complementary color
Monochromatic Colors of #99E0FE
Black with #99E0FE
Text Example
Text Example
White with #99E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E0FE; }
p { color: rgb(153,224,254); }
H1.HeaderClassName
{
color: #99E0FE;
}
.AnyTagClassName
{
color: #99E0FE;
}
</style>
background-color css
<style>
a { background-color: #99E0FE; }
a { background-color: rgb(153,224,254); }
div.DivClassName
{
background-color: #99E0FE;
}
.BgClassName
{
background-color: #99E0FE;
}
</style>
border-color css
<style>
span { border-color: #99E0FE; }
span { border-color: rgb(153,224,254); }
td.TdClassName
{
border-color: #99E0FE;
}
.TagClassName
{
border-color: #99E0FE;
}
</style>