Shades of Columbia Blue #99D0FC
Tints of Columbia Blue #99D0FC
RGB
CMYK
RGB Variations
Color information
#99D0FC (or 0x99D0FC) is known color: Columbia Blue. HEX triplet: 99, D0 and FC. RGB value is (153,208,252). Sum of RGB (Red+Green+Blue) = 153+208+252=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #99D0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D0FC is #662F03. Grayscale: #C4C4C4. Windows color (decimal): -6696708 or 16568473. OLE color: 16568473.
HSL color Cylindrical-coordinate representation of color #99D0FC: hue angle of 206.67º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D0FC is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 208 | 252 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.01 |
| HSL | 206.67º | 0.94% | 0.79% | - |
| HSV(B) | 206.67º | 0.39% | 0.99% | - |
| XYZ | 53.26 | 58.91 | 100.66 | - |
| YUV | 196.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 252 | 0.39 | 0.17 | 0 | 0.01 | 206.67 | 0.94 | 0.79 |
| Hex | 99 | D0 | FC | 27 | 11 | 0 | 1 | CF | 5E | 4F |
| Octal | 231 | 320 | 374 | 47 | 21 | 0 | 1 | 317 | 136 | 117 |
| Binary | 10011001 | 11010000 | 11111100 | 100111 | 10001 | 0 | 1 | 11001111 | 1011110 | 1001111 |
Color Harmonies of #99D0FC
Complementary color
Monochromatic Colors of #99D0FC
Black with #99D0FC
Text Example
Text Example
White with #99D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D0FC; }
p { color: rgb(153,208,252); }
H1.HeaderClassName
{
color: #99D0FC;
}
.AnyTagClassName
{
color: #99D0FC;
}
</style>
background-color css
<style>
a { background-color: #99D0FC; }
a { background-color: rgb(153,208,252); }
div.DivClassName
{
background-color: #99D0FC;
}
.BgClassName
{
background-color: #99D0FC;
}
</style>
border-color css
<style>
span { border-color: #99D0FC; }
span { border-color: rgb(153,208,252); }
td.TdClassName
{
border-color: #99D0FC;
}
.TagClassName
{
border-color: #99D0FC;
}
</style>