Shades of Columbia Blue #99E1FF
Tints of Columbia Blue #99E1FF
RGB
CMYK
RGB Variations
Color information
#99E1FF (or 0x99E1FF) is known color: Columbia Blue. HEX triplet: 99, E1 and FF. RGB value is (153,225,255). Sum of RGB (Red+Green+Blue) = 153+225+255=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #99E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E1FF is #661E00. Grayscale: #CECECE. Windows color (decimal): -6692353 or 16769433. OLE color: 16769433.
HSL color Cylindrical-coordinate representation of color #99E1FF: hue angle of 197.65º 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 #99E1FF is Cyan = 0.4, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 225 | 255 | - |
| CMYK | 0.4 | 0.12 | 0 | 0 |
| HSL | 197.65º | 1% | 0.8% | - |
| HSV(B) | 197.65º | 0.4% | 1% | - |
| XYZ | 58.11 | 67.84 | 104.64 | - |
| YUV | 206.89 | 155.15 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 225 | 255 | 0.4 | 0.12 | 0 | 0 | 197.65 | 1 | 0.8 |
| Hex | 99 | E1 | FF | 28 | C | 0 | 0 | C6 | 64 | 50 |
| Octal | 231 | 341 | 377 | 50 | 14 | 0 | 0 | 306 | 144 | 120 |
| Binary | 10011001 | 11100001 | 11111111 | 101000 | 1100 | 0 | 0 | 11000110 | 1100100 | 1010000 |
Color Harmonies of #99E1FF
Complementary color
Monochromatic Colors of #99E1FF
Black with #99E1FF
Text Example
Text Example
White with #99E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E1FF; }
p { color: rgb(153,225,255); }
H1.HeaderClassName
{
color: #99E1FF;
}
.AnyTagClassName
{
color: #99E1FF;
}
</style>
background-color css
<style>
a { background-color: #99E1FF; }
a { background-color: rgb(153,225,255); }
div.DivClassName
{
background-color: #99E1FF;
}
.BgClassName
{
background-color: #99E1FF;
}
</style>
border-color css
<style>
span { border-color: #99E1FF; }
span { border-color: rgb(153,225,255); }
td.TdClassName
{
border-color: #99E1FF;
}
.TagClassName
{
border-color: #99E1FF;
}
</style>