Shades of Columbia Blue #99DBFD
Tints of Columbia Blue #99DBFD
RGB
CMYK
RGB Variations
Color information
#99DBFD (or 0x99DBFD) is known color: Columbia Blue. HEX triplet: 99, DB and FD. RGB value is (153,219,253). Sum of RGB (Red+Green+Blue) = 153+219+253=625 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.48% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #99DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBFD is #662402. Grayscale: #CACACA. Windows color (decimal): -6693891 or 16636825. OLE color: 16636825.
HSL color Cylindrical-coordinate representation of color #99DBFD: hue angle of 200.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DBFD is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 219 | 253 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.01 |
| HSL | 200.4º | 0.96% | 0.8% | - |
| HSV(B) | 200.4º | 0.4% | 0.99% | - |
| XYZ | 56.2 | 64.53 | 102.42 | - |
| YUV | 203.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 253 | 0.40 | 0.13 | 0 | 0.01 | 200.4 | 0.96 | 0.8 |
| Hex | 99 | DB | FD | 28 | D | 0 | 1 | C8 | 60 | 50 |
| Octal | 231 | 333 | 375 | 50 | 15 | 0 | 1 | 310 | 140 | 120 |
| Binary | 10011001 | 11011011 | 11111101 | 101000 | 1101 | 0 | 1 | 11001000 | 1100000 | 1010000 |
Color Harmonies of #99DBFD
Complementary color
Monochromatic Colors of #99DBFD
Black with #99DBFD
Text Example
Text Example
White with #99DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBFD; }
p { color: rgb(153,219,253); }
H1.HeaderClassName
{
color: #99DBFD;
}
.AnyTagClassName
{
color: #99DBFD;
}
</style>
background-color css
<style>
a { background-color: #99DBFD; }
a { background-color: rgb(153,219,253); }
div.DivClassName
{
background-color: #99DBFD;
}
.BgClassName
{
background-color: #99DBFD;
}
</style>
border-color css
<style>
span { border-color: #99DBFD; }
span { border-color: rgb(153,219,253); }
td.TdClassName
{
border-color: #99DBFD;
}
.TagClassName
{
border-color: #99DBFD;
}
</style>