Shades of Columbia Blue #99D4F9
Tints of Columbia Blue #99D4F9
RGB
CMYK
RGB Variations
Color information
#99D4F9 (or 0x99D4F9) is known color: Columbia Blue. HEX triplet: 99, D4 and F9. RGB value is (153,212,249). Sum of RGB (Red+Green+Blue) = 153+212+249=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #99D4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D4F9 is #662B06. Grayscale: #C6C6C6. Windows color (decimal): -6695687 or 16372889. OLE color: 16372889.
HSL color Cylindrical-coordinate representation of color #99D4F9: hue angle of 203.12º 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 #99D4F9 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 212 | 249 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.02 |
| HSL | 203.13º | 0.89% | 0.79% | - |
| HSV(B) | 203.13º | 0.39% | 0.98% | - |
| XYZ | 53.78 | 60.7 | 98.5 | - |
| YUV | 198.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 249 | 0.39 | 0.15 | 0 | 0.02 | 203.13 | 0.89 | 0.79 |
| Hex | 99 | D4 | F9 | 27 | F | 0 | 2 | CB | 59 | 4F |
| Octal | 231 | 324 | 371 | 47 | 17 | 0 | 2 | 313 | 131 | 117 |
| Binary | 10011001 | 11010100 | 11111001 | 100111 | 1111 | 0 | 10 | 11001011 | 1011001 | 1001111 |
Color Harmonies of #99D4F9
Complementary color
Monochromatic Colors of #99D4F9
Black with #99D4F9
Text Example
Text Example
White with #99D4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4F9; }
p { color: rgb(153,212,249); }
H1.HeaderClassName
{
color: #99D4F9;
}
.AnyTagClassName
{
color: #99D4F9;
}
</style>
background-color css
<style>
a { background-color: #99D4F9; }
a { background-color: rgb(153,212,249); }
div.DivClassName
{
background-color: #99D4F9;
}
.BgClassName
{
background-color: #99D4F9;
}
</style>
border-color css
<style>
span { border-color: #99D4F9; }
span { border-color: rgb(153,212,249); }
td.TdClassName
{
border-color: #99D4F9;
}
.TagClassName
{
border-color: #99D4F9;
}
</style>