Shades of Columbia Blue #99DBF6
Tints of Columbia Blue #99DBF6
RGB
CMYK
RGB Variations
Color information
#99DBF6 (or 0x99DBF6) is known color: Columbia Blue. HEX triplet: 99, DB and F6. RGB value is (153,219,246). Sum of RGB (Red+Green+Blue) = 153+219+246=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #99DBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBF6 is #662409. Grayscale: #CACACA. Windows color (decimal): -6693898 or 16178073. OLE color: 16178073.
HSL color Cylindrical-coordinate representation of color #99DBF6: hue angle of 197.42º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99DBF6 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 219 | 246 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.04 |
| HSL | 197.42º | 0.84% | 0.78% | - |
| HSV(B) | 197.42º | 0.38% | 0.96% | - |
| XYZ | 55.1 | 64.09 | 96.65 | - |
| YUV | 202.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 246 | 0.38 | 0.11 | 0 | 0.04 | 197.42 | 0.84 | 0.78 |
| Hex | 99 | DB | F6 | 26 | B | 0 | 4 | C5 | 54 | 4E |
| Octal | 231 | 333 | 366 | 46 | 13 | 0 | 4 | 305 | 124 | 116 |
| Binary | 10011001 | 11011011 | 11110110 | 100110 | 1011 | 0 | 100 | 11000101 | 1010100 | 1001110 |
Color Harmonies of #99DBF6
Complementary color
Monochromatic Colors of #99DBF6
Black with #99DBF6
Text Example
Text Example
White with #99DBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBF6; }
p { color: rgb(153,219,246); }
H1.HeaderClassName
{
color: #99DBF6;
}
.AnyTagClassName
{
color: #99DBF6;
}
</style>
background-color css
<style>
a { background-color: #99DBF6; }
a { background-color: rgb(153,219,246); }
div.DivClassName
{
background-color: #99DBF6;
}
.BgClassName
{
background-color: #99DBF6;
}
</style>
border-color css
<style>
span { border-color: #99DBF6; }
span { border-color: rgb(153,219,246); }
td.TdClassName
{
border-color: #99DBF6;
}
.TagClassName
{
border-color: #99DBF6;
}
</style>