Shades of Columbia Blue #99EEFF
Tints of Columbia Blue #99EEFF
RGB
CMYK
RGB Variations
Color information
#99EEFF (or 0x99EEFF) is known color: Columbia Blue. HEX triplet: 99, EE and FF. RGB value is (153,238,255). Sum of RGB (Red+Green+Blue) = 153+238+255=646 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.68% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #99EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EEFF is #661100. Grayscale: #D6D6D6. Windows color (decimal): -6689025 or 16772761. OLE color: 16772761.
HSL color Cylindrical-coordinate representation of color #99EEFF: hue angle of 190º 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 #99EEFF is Cyan = 0.4, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 238 | 255 | - |
| CMYK | 0.4 | 0.07 | 0 | 0 |
| HSL | 190º | 1% | 0.8% | - |
| HSV(B) | 190º | 0.4% | 1% | - |
| XYZ | 61.76 | 75.14 | 105.86 | - |
| YUV | 214.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 255 | 0.4 | 0.07 | 0 | 0 | 190 | 1 | 0.8 |
| Hex | 99 | EE | FF | 28 | 7 | 0 | 0 | BE | 64 | 50 |
| Octal | 231 | 356 | 377 | 50 | 7 | 0 | 0 | 276 | 144 | 120 |
| Binary | 10011001 | 11101110 | 11111111 | 101000 | 111 | 0 | 0 | 10111110 | 1100100 | 1010000 |
Color Harmonies of #99EEFF
Complementary color
Monochromatic Colors of #99EEFF
Black with #99EEFF
Text Example
Text Example
White with #99EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EEFF; }
p { color: rgb(153,238,255); }
H1.HeaderClassName
{
color: #99EEFF;
}
.AnyTagClassName
{
color: #99EEFF;
}
</style>
background-color css
<style>
a { background-color: #99EEFF; }
a { background-color: rgb(153,238,255); }
div.DivClassName
{
background-color: #99EEFF;
}
.BgClassName
{
background-color: #99EEFF;
}
</style>
border-color css
<style>
span { border-color: #99EEFF; }
span { border-color: rgb(153,238,255); }
td.TdClassName
{
border-color: #99EEFF;
}
.TagClassName
{
border-color: #99EEFF;
}
</style>