Shades of Columbia Blue #99E4FF
Tints of Columbia Blue #99E4FF
RGB
CMYK
RGB Variations
Color information
#99E4FF (or 0x99E4FF) is known color: Columbia Blue. HEX triplet: 99, E4 and FF. RGB value is (153,228,255). Sum of RGB (Red+Green+Blue) = 153+228+255=636 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.06% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #99E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E4FF is #661B00. Grayscale: #D0D0D0. Windows color (decimal): -6691585 or 16770201. OLE color: 16770201.
HSL color Cylindrical-coordinate representation of color #99E4FF: hue angle of 195.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99E4FF is Cyan = 0.4, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 228 | 255 | - |
| CMYK | 0.4 | 0.11 | 0 | 0 |
| HSL | 195.88º | 1% | 0.8% | - |
| HSV(B) | 195.88º | 0.4% | 1% | - |
| XYZ | 58.93 | 69.48 | 104.91 | - |
| YUV | 208.65 | 154.15 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 228 | 255 | 0.4 | 0.11 | 0 | 0 | 195.88 | 1 | 0.8 |
| Hex | 99 | E4 | FF | 28 | B | 0 | 0 | C4 | 64 | 50 |
| Octal | 231 | 344 | 377 | 50 | 13 | 0 | 0 | 304 | 144 | 120 |
| Binary | 10011001 | 11100100 | 11111111 | 101000 | 1011 | 0 | 0 | 11000100 | 1100100 | 1010000 |
Color Harmonies of #99E4FF
Complementary color
Monochromatic Colors of #99E4FF
Black with #99E4FF
Text Example
Text Example
White with #99E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E4FF; }
p { color: rgb(153,228,255); }
H1.HeaderClassName
{
color: #99E4FF;
}
.AnyTagClassName
{
color: #99E4FF;
}
</style>
background-color css
<style>
a { background-color: #99E4FF; }
a { background-color: rgb(153,228,255); }
div.DivClassName
{
background-color: #99E4FF;
}
.BgClassName
{
background-color: #99E4FF;
}
</style>
border-color css
<style>
span { border-color: #99E4FF; }
span { border-color: rgb(153,228,255); }
td.TdClassName
{
border-color: #99E4FF;
}
.TagClassName
{
border-color: #99E4FF;
}
</style>