Shades of Columbia Blue #99EFFF
Tints of Columbia Blue #99EFFF
RGB
CMYK
RGB Variations
Color information
#99EFFF (or 0x99EFFF) is known color: Columbia Blue. HEX triplet: 99, EF and FF. RGB value is (153,239,255). Sum of RGB (Red+Green+Blue) = 153+239+255=647 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.65% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #99EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EFFF is #661000. Grayscale: #D6D6D6. Windows color (decimal): -6688769 or 16773017. OLE color: 16773017.
HSL color Cylindrical-coordinate representation of color #99EFFF: hue angle of 189.41º 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 #99EFFF is Cyan = 0.4, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 239 | 255 | - |
| CMYK | 0.4 | 0.06 | 0 | 0 |
| HSL | 189.41º | 1% | 0.8% | - |
| HSV(B) | 189.41º | 0.4% | 1% | - |
| XYZ | 62.05 | 75.73 | 105.95 | - |
| YUV | 215.11 | 150.51 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 255 | 0.4 | 0.06 | 0 | 0 | 189.41 | 1 | 0.8 |
| Hex | 99 | EF | FF | 28 | 6 | 0 | 0 | BD | 64 | 50 |
| Octal | 231 | 357 | 377 | 50 | 6 | 0 | 0 | 275 | 144 | 120 |
| Binary | 10011001 | 11101111 | 11111111 | 101000 | 110 | 0 | 0 | 10111101 | 1100100 | 1010000 |
Color Harmonies of #99EFFF
Complementary color
Monochromatic Colors of #99EFFF
Black with #99EFFF
Text Example
Text Example
White with #99EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFFF; }
p { color: rgb(153,239,255); }
H1.HeaderClassName
{
color: #99EFFF;
}
.AnyTagClassName
{
color: #99EFFF;
}
</style>
background-color css
<style>
a { background-color: #99EFFF; }
a { background-color: rgb(153,239,255); }
div.DivClassName
{
background-color: #99EFFF;
}
.BgClassName
{
background-color: #99EFFF;
}
</style>
border-color css
<style>
span { border-color: #99EFFF; }
span { border-color: rgb(153,239,255); }
td.TdClassName
{
border-color: #99EFFF;
}
.TagClassName
{
border-color: #99EFFF;
}
</style>