Shades of Columbia Blue #99D1F9
Tints of Columbia Blue #99D1F9
RGB
CMYK
RGB Variations
Color information
#99D1F9 (or 0x99D1F9) is known color: Columbia Blue. HEX triplet: 99, D1 and F9. RGB value is (153,209,249). Sum of RGB (Red+Green+Blue) = 153+209+249=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #99D1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D1F9 is #662E06. Grayscale: #C4C4C4. Windows color (decimal): -6696455 or 16372121. OLE color: 16372121.
HSL color Cylindrical-coordinate representation of color #99D1F9: hue angle of 205º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D1F9 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 209 | 249 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.02 |
| HSL | 205º | 0.89% | 0.79% | - |
| HSV(B) | 205º | 0.39% | 0.98% | - |
| XYZ | 53.04 | 59.21 | 98.26 | - |
| YUV | 196.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 249 | 0.39 | 0.16 | 0 | 0.02 | 205 | 0.89 | 0.79 |
| Hex | 99 | D1 | F9 | 27 | 10 | 0 | 2 | CD | 59 | 4F |
| Octal | 231 | 321 | 371 | 47 | 20 | 0 | 2 | 315 | 131 | 117 |
| Binary | 10011001 | 11010001 | 11111001 | 100111 | 10000 | 0 | 10 | 11001101 | 1011001 | 1001111 |
Color Harmonies of #99D1F9
Complementary color
Monochromatic Colors of #99D1F9
Black with #99D1F9
Text Example
Text Example
White with #99D1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D1F9; }
p { color: rgb(153,209,249); }
H1.HeaderClassName
{
color: #99D1F9;
}
.AnyTagClassName
{
color: #99D1F9;
}
</style>
background-color css
<style>
a { background-color: #99D1F9; }
a { background-color: rgb(153,209,249); }
div.DivClassName
{
background-color: #99D1F9;
}
.BgClassName
{
background-color: #99D1F9;
}
</style>
border-color css
<style>
span { border-color: #99D1F9; }
span { border-color: rgb(153,209,249); }
td.TdClassName
{
border-color: #99D1F9;
}
.TagClassName
{
border-color: #99D1F9;
}
</style>