Shades of Columbia Blue #99DCF2
Tints of Columbia Blue #99DCF2
RGB
CMYK
RGB Variations
Color information
#99DCF2 (or 0x99DCF2) is known color: Columbia Blue. HEX triplet: 99, DC and F2. RGB value is (153,220,242). Sum of RGB (Red+Green+Blue) = 153+220+242=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #99DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DCF2 is #66230D. Grayscale: #CACACA. Windows color (decimal): -6693646 or 15916185. OLE color: 15916185.
HSL color Cylindrical-coordinate representation of color #99DCF2: hue angle of 194.83º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99DCF2 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 220 | 242 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.05 |
| HSL | 194.83º | 0.77% | 0.77% | - |
| HSV(B) | 194.83º | 0.37% | 0.95% | - |
| XYZ | 54.76 | 64.37 | 93.54 | - |
| YUV | 202.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 242 | 0.37 | 0.09 | 0 | 0.05 | 194.83 | 0.77 | 0.77 |
| Hex | 99 | DC | F2 | 25 | 9 | 0 | 5 | C3 | 4D | 4D |
| Octal | 231 | 334 | 362 | 45 | 11 | 0 | 5 | 303 | 115 | 115 |
| Binary | 10011001 | 11011100 | 11110010 | 100101 | 1001 | 0 | 101 | 11000011 | 1001101 | 1001101 |
Color Harmonies of #99DCF2
Complementary color
Monochromatic Colors of #99DCF2
Black with #99DCF2
Text Example
Text Example
White with #99DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCF2; }
p { color: rgb(153,220,242); }
H1.HeaderClassName
{
color: #99DCF2;
}
.AnyTagClassName
{
color: #99DCF2;
}
</style>
background-color css
<style>
a { background-color: #99DCF2; }
a { background-color: rgb(153,220,242); }
div.DivClassName
{
background-color: #99DCF2;
}
.BgClassName
{
background-color: #99DCF2;
}
</style>
border-color css
<style>
span { border-color: #99DCF2; }
span { border-color: rgb(153,220,242); }
td.TdClassName
{
border-color: #99DCF2;
}
.TagClassName
{
border-color: #99DCF2;
}
</style>