Shades of Columbia Blue #99DAF2
Tints of Columbia Blue #99DAF2
RGB
CMYK
RGB Variations
Color information
#99DAF2 (or 0x99DAF2) is known color: Columbia Blue. HEX triplet: 99, DA and F2. RGB value is (153,218,242). Sum of RGB (Red+Green+Blue) = 153+218+242=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #99DAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAF2 is #66250D. Grayscale: #C9C9C9. Windows color (decimal): -6694158 or 15915673. OLE color: 15915673.
HSL color Cylindrical-coordinate representation of color #99DAF2: hue angle of 196.18º 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 #99DAF2 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 218 | 242 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.05 |
| HSL | 196.18º | 0.77% | 0.77% | - |
| HSV(B) | 196.18º | 0.37% | 0.95% | - |
| XYZ | 54.24 | 63.33 | 93.37 | - |
| YUV | 201.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 242 | 0.37 | 0.10 | 0 | 0.05 | 196.18 | 0.77 | 0.77 |
| Hex | 99 | DA | F2 | 25 | A | 0 | 5 | C4 | 4D | 4D |
| Octal | 231 | 332 | 362 | 45 | 12 | 0 | 5 | 304 | 115 | 115 |
| Binary | 10011001 | 11011010 | 11110010 | 100101 | 1010 | 0 | 101 | 11000100 | 1001101 | 1001101 |
Color Harmonies of #99DAF2
Complementary color
Monochromatic Colors of #99DAF2
Black with #99DAF2
Text Example
Text Example
White with #99DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAF2; }
p { color: rgb(153,218,242); }
H1.HeaderClassName
{
color: #99DAF2;
}
.AnyTagClassName
{
color: #99DAF2;
}
</style>
background-color css
<style>
a { background-color: #99DAF2; }
a { background-color: rgb(153,218,242); }
div.DivClassName
{
background-color: #99DAF2;
}
.BgClassName
{
background-color: #99DAF2;
}
</style>
border-color css
<style>
span { border-color: #99DAF2; }
span { border-color: rgb(153,218,242); }
td.TdClassName
{
border-color: #99DAF2;
}
.TagClassName
{
border-color: #99DAF2;
}
</style>