Shades of Columbia Blue #99CDFE
Tints of Columbia Blue #99CDFE
RGB
CMYK
RGB Variations
Color information
#99CDFE (or 0x99CDFE) is known color: Columbia Blue. HEX triplet: 99, CD and FE. RGB value is (153,205,254). Sum of RGB (Red+Green+Blue) = 153+205+254=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #99CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CDFE is #663201. Grayscale: #C2C2C2. Windows color (decimal): -6697474 or 16698777. OLE color: 16698777.
HSL color Cylindrical-coordinate representation of color #99CDFE: hue angle of 209.11º 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 #99CDFE is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 205 | 254 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.00 |
| HSL | 209.11º | 0.98% | 0.8% | - |
| HSV(B) | 209.11º | 0.4% | 1% | - |
| XYZ | 52.86 | 57.59 | 102.1 | - |
| YUV | 195.04 | 161.27 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 254 | 0.40 | 0.19 | 0 | 0.00 | 209.11 | 0.98 | 0.8 |
| Hex | 99 | CD | FE | 28 | 13 | 0 | 0 | D1 | 62 | 50 |
| Octal | 231 | 315 | 376 | 50 | 23 | 0 | 0 | 321 | 142 | 120 |
| Binary | 10011001 | 11001101 | 11111110 | 101000 | 10011 | 0 | 0 | 11010001 | 1100010 | 1010000 |
Color Harmonies of #99CDFE
Complementary color
Monochromatic Colors of #99CDFE
Black with #99CDFE
Text Example
Text Example
White with #99CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CDFE; }
p { color: rgb(153,205,254); }
H1.HeaderClassName
{
color: #99CDFE;
}
.AnyTagClassName
{
color: #99CDFE;
}
</style>
background-color css
<style>
a { background-color: #99CDFE; }
a { background-color: rgb(153,205,254); }
div.DivClassName
{
background-color: #99CDFE;
}
.BgClassName
{
background-color: #99CDFE;
}
</style>
border-color css
<style>
span { border-color: #99CDFE; }
span { border-color: rgb(153,205,254); }
td.TdClassName
{
border-color: #99CDFE;
}
.TagClassName
{
border-color: #99CDFE;
}
</style>