Shades of Columbia Blue #99DAFE
Tints of Columbia Blue #99DAFE
RGB
CMYK
RGB Variations
Color information
#99DAFE (or 0x99DAFE) is known color: Columbia Blue. HEX triplet: 99, DA and FE. RGB value is (153,218,254). Sum of RGB (Red+Green+Blue) = 153+218+254=625 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.48% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #99DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAFE is #662501. Grayscale: #CACACA. Windows color (decimal): -6694146 or 16702105. OLE color: 16702105.
HSL color Cylindrical-coordinate representation of color #99DAFE: hue angle of 201.39º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DAFE is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 218 | 254 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.00 |
| HSL | 201.39º | 0.98% | 0.8% | - |
| HSV(B) | 201.39º | 0.4% | 1% | - |
| XYZ | 56.1 | 64.07 | 103.18 | - |
| YUV | 202.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 254 | 0.40 | 0.14 | 0 | 0.00 | 201.39 | 0.98 | 0.8 |
| Hex | 99 | DA | FE | 28 | E | 0 | 0 | C9 | 62 | 50 |
| Octal | 231 | 332 | 376 | 50 | 16 | 0 | 0 | 311 | 142 | 120 |
| Binary | 10011001 | 11011010 | 11111110 | 101000 | 1110 | 0 | 0 | 11001001 | 1100010 | 1010000 |
Color Harmonies of #99DAFE
Complementary color
Monochromatic Colors of #99DAFE
Black with #99DAFE
Text Example
Text Example
White with #99DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAFE; }
p { color: rgb(153,218,254); }
H1.HeaderClassName
{
color: #99DAFE;
}
.AnyTagClassName
{
color: #99DAFE;
}
</style>
background-color css
<style>
a { background-color: #99DAFE; }
a { background-color: rgb(153,218,254); }
div.DivClassName
{
background-color: #99DAFE;
}
.BgClassName
{
background-color: #99DAFE;
}
</style>
border-color css
<style>
span { border-color: #99DAFE; }
span { border-color: rgb(153,218,254); }
td.TdClassName
{
border-color: #99DAFE;
}
.TagClassName
{
border-color: #99DAFE;
}
</style>