Shades of Columbia Blue #99CEFE
Tints of Columbia Blue #99CEFE
RGB
CMYK
RGB Variations
Color information
#99CEFE (or 0x99CEFE) is known color: Columbia Blue. HEX triplet: 99, CE and FE. RGB value is (153,206,254). Sum of RGB (Red+Green+Blue) = 153+206+254=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #99CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CEFE is #663101. Grayscale: #C3C3C3. Windows color (decimal): -6697218 or 16699033. OLE color: 16699033.
HSL color Cylindrical-coordinate representation of color #99CEFE: hue angle of 208.51º 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 #99CEFE is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 206 | 254 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.00 |
| HSL | 208.51º | 0.98% | 0.8% | - |
| HSV(B) | 208.51º | 0.4% | 1% | - |
| XYZ | 53.1 | 58.07 | 102.18 | - |
| YUV | 195.63 | 160.94 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 254 | 0.40 | 0.19 | 0 | 0.00 | 208.51 | 0.98 | 0.8 |
| Hex | 99 | CE | FE | 28 | 13 | 0 | 0 | D1 | 62 | 50 |
| Octal | 231 | 316 | 376 | 50 | 23 | 0 | 0 | 321 | 142 | 120 |
| Binary | 10011001 | 11001110 | 11111110 | 101000 | 10011 | 0 | 0 | 11010001 | 1100010 | 1010000 |
Color Harmonies of #99CEFE
Complementary color
Monochromatic Colors of #99CEFE
Black with #99CEFE
Text Example
Text Example
White with #99CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CEFE; }
p { color: rgb(153,206,254); }
H1.HeaderClassName
{
color: #99CEFE;
}
.AnyTagClassName
{
color: #99CEFE;
}
</style>
background-color css
<style>
a { background-color: #99CEFE; }
a { background-color: rgb(153,206,254); }
div.DivClassName
{
background-color: #99CEFE;
}
.BgClassName
{
background-color: #99CEFE;
}
</style>
border-color css
<style>
span { border-color: #99CEFE; }
span { border-color: rgb(153,206,254); }
td.TdClassName
{
border-color: #99CEFE;
}
.TagClassName
{
border-color: #99CEFE;
}
</style>