Shades of Columbia Blue #99D9FE
Tints of Columbia Blue #99D9FE
RGB
CMYK
RGB Variations
Color information
#99D9FE (or 0x99D9FE) is known color: Columbia Blue. HEX triplet: 99, D9 and FE. RGB value is (153,217,254). Sum of RGB (Red+Green+Blue) = 153+217+254=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #99D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D9FE is #662601. Grayscale: #C9C9C9. Windows color (decimal): -6694402 or 16701849. OLE color: 16701849.
HSL color Cylindrical-coordinate representation of color #99D9FE: hue angle of 201.98º 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 #99D9FE is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 217 | 254 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.00 |
| HSL | 201.98º | 0.98% | 0.8% | - |
| HSV(B) | 201.98º | 0.4% | 1% | - |
| XYZ | 55.84 | 63.55 | 103.09 | - |
| YUV | 202.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 254 | 0.40 | 0.15 | 0 | 0.00 | 201.98 | 0.98 | 0.8 |
| Hex | 99 | D9 | FE | 28 | F | 0 | 0 | CA | 62 | 50 |
| Octal | 231 | 331 | 376 | 50 | 17 | 0 | 0 | 312 | 142 | 120 |
| Binary | 10011001 | 11011001 | 11111110 | 101000 | 1111 | 0 | 0 | 11001010 | 1100010 | 1010000 |
Color Harmonies of #99D9FE
Complementary color
Monochromatic Colors of #99D9FE
Black with #99D9FE
Text Example
Text Example
White with #99D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9FE; }
p { color: rgb(153,217,254); }
H1.HeaderClassName
{
color: #99D9FE;
}
.AnyTagClassName
{
color: #99D9FE;
}
</style>
background-color css
<style>
a { background-color: #99D9FE; }
a { background-color: rgb(153,217,254); }
div.DivClassName
{
background-color: #99D9FE;
}
.BgClassName
{
background-color: #99D9FE;
}
</style>
border-color css
<style>
span { border-color: #99D9FE; }
span { border-color: rgb(153,217,254); }
td.TdClassName
{
border-color: #99D9FE;
}
.TagClassName
{
border-color: #99D9FE;
}
</style>