Shades of Columbia Blue #99DAF1
Tints of Columbia Blue #99DAF1
RGB
CMYK
RGB Variations
Color information
#99DAF1 (or 0x99DAF1) is known color: Columbia Blue. HEX triplet: 99, DA and F1. RGB value is (153,218,241). Sum of RGB (Red+Green+Blue) = 153+218+241=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #99DAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAF1 is #66250E. Grayscale: #C9C9C9. Windows color (decimal): -6694159 or 15850137. OLE color: 15850137.
HSL color Cylindrical-coordinate representation of color #99DAF1: hue angle of 195.68º degrees, saturation: 0.76, 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 #99DAF1 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 218 | 241 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.05 |
| HSL | 195.68º | 0.76% | 0.77% | - |
| HSV(B) | 195.68º | 0.37% | 0.95% | - |
| XYZ | 54.09 | 63.27 | 92.58 | - |
| YUV | 201.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 241 | 0.37 | 0.10 | 0 | 0.05 | 195.68 | 0.76 | 0.77 |
| Hex | 99 | DA | F1 | 25 | A | 0 | 5 | C4 | 4C | 4D |
| Octal | 231 | 332 | 361 | 45 | 12 | 0 | 5 | 304 | 114 | 115 |
| Binary | 10011001 | 11011010 | 11110001 | 100101 | 1010 | 0 | 101 | 11000100 | 1001100 | 1001101 |
Color Harmonies of #99DAF1
Complementary color
Monochromatic Colors of #99DAF1
Black with #99DAF1
Text Example
Text Example
White with #99DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAF1; }
p { color: rgb(153,218,241); }
H1.HeaderClassName
{
color: #99DAF1;
}
.AnyTagClassName
{
color: #99DAF1;
}
</style>
background-color css
<style>
a { background-color: #99DAF1; }
a { background-color: rgb(153,218,241); }
div.DivClassName
{
background-color: #99DAF1;
}
.BgClassName
{
background-color: #99DAF1;
}
</style>
border-color css
<style>
span { border-color: #99DAF1; }
span { border-color: rgb(153,218,241); }
td.TdClassName
{
border-color: #99DAF1;
}
.TagClassName
{
border-color: #99DAF1;
}
</style>