Shades of Columbia Blue #99DAF8
Tints of Columbia Blue #99DAF8
RGB
CMYK
RGB Variations
Color information
#99DAF8 (or 0x99DAF8) is known color: Columbia Blue. HEX triplet: 99, DA and F8. RGB value is (153,218,248). Sum of RGB (Red+Green+Blue) = 153+218+248=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #99DAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAF8 is #662507. Grayscale: #C9C9C9. Windows color (decimal): -6694152 or 16308889. OLE color: 16308889.
HSL color Cylindrical-coordinate representation of color #99DAF8: hue angle of 198.95º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99DAF8 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 218 | 248 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.03 |
| HSL | 198.95º | 0.87% | 0.79% | - |
| HSV(B) | 198.95º | 0.38% | 0.97% | - |
| XYZ | 55.15 | 63.69 | 98.19 | - |
| YUV | 201.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 248 | 0.38 | 0.12 | 0 | 0.03 | 198.95 | 0.87 | 0.79 |
| Hex | 99 | DA | F8 | 26 | C | 0 | 3 | C7 | 57 | 4F |
| Octal | 231 | 332 | 370 | 46 | 14 | 0 | 3 | 307 | 127 | 117 |
| Binary | 10011001 | 11011010 | 11111000 | 100110 | 1100 | 0 | 11 | 11000111 | 1010111 | 1001111 |
Color Harmonies of #99DAF8
Complementary color
Monochromatic Colors of #99DAF8
Black with #99DAF8
Text Example
Text Example
White with #99DAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAF8; }
p { color: rgb(153,218,248); }
H1.HeaderClassName
{
color: #99DAF8;
}
.AnyTagClassName
{
color: #99DAF8;
}
</style>
background-color css
<style>
a { background-color: #99DAF8; }
a { background-color: rgb(153,218,248); }
div.DivClassName
{
background-color: #99DAF8;
}
.BgClassName
{
background-color: #99DAF8;
}
</style>
border-color css
<style>
span { border-color: #99DAF8; }
span { border-color: rgb(153,218,248); }
td.TdClassName
{
border-color: #99DAF8;
}
.TagClassName
{
border-color: #99DAF8;
}
</style>