Shades of Columbia Blue #99D0FE
Tints of Columbia Blue #99D0FE
RGB
CMYK
RGB Variations
Color information
#99D0FE (or 0x99D0FE) is known color: Columbia Blue. HEX triplet: 99, D0 and FE. RGB value is (153,208,254). Sum of RGB (Red+Green+Blue) = 153+208+254=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #99D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D0FE is #662F01. Grayscale: #C4C4C4. Windows color (decimal): -6696706 or 16699545. OLE color: 16699545.
HSL color Cylindrical-coordinate representation of color #99D0FE: hue angle of 207.33º 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 #99D0FE is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 208 | 254 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.00 |
| HSL | 207.33º | 0.98% | 0.8% | - |
| HSV(B) | 207.33º | 0.4% | 1% | - |
| XYZ | 53.58 | 59.04 | 102.34 | - |
| YUV | 196.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 254 | 0.40 | 0.18 | 0 | 0.00 | 207.33 | 0.98 | 0.8 |
| Hex | 99 | D0 | FE | 28 | 12 | 0 | 0 | CF | 62 | 50 |
| Octal | 231 | 320 | 376 | 50 | 22 | 0 | 0 | 317 | 142 | 120 |
| Binary | 10011001 | 11010000 | 11111110 | 101000 | 10010 | 0 | 0 | 11001111 | 1100010 | 1010000 |
Color Harmonies of #99D0FE
Complementary color
Monochromatic Colors of #99D0FE
Black with #99D0FE
Text Example
Text Example
White with #99D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D0FE; }
p { color: rgb(153,208,254); }
H1.HeaderClassName
{
color: #99D0FE;
}
.AnyTagClassName
{
color: #99D0FE;
}
</style>
background-color css
<style>
a { background-color: #99D0FE; }
a { background-color: rgb(153,208,254); }
div.DivClassName
{
background-color: #99D0FE;
}
.BgClassName
{
background-color: #99D0FE;
}
</style>
border-color css
<style>
span { border-color: #99D0FE; }
span { border-color: rgb(153,208,254); }
td.TdClassName
{
border-color: #99D0FE;
}
.TagClassName
{
border-color: #99D0FE;
}
</style>