Shades of Columbia Blue #99D4FE
Tints of Columbia Blue #99D4FE
RGB
CMYK
RGB Variations
Color information
#99D4FE (or 0x99D4FE) is known color: Columbia Blue. HEX triplet: 99, D4 and FE. RGB value is (153,212,254). Sum of RGB (Red+Green+Blue) = 153+212+254=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #99D4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D4FE is #662B01. Grayscale: #C6C6C6. Windows color (decimal): -6695682 or 16700569. OLE color: 16700569.
HSL color Cylindrical-coordinate representation of color #99D4FE: hue angle of 204.95º 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 #99D4FE is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 212 | 254 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.00 |
| HSL | 204.95º | 0.98% | 0.8% | - |
| HSV(B) | 204.95º | 0.4% | 1% | - |
| XYZ | 54.57 | 61.02 | 102.67 | - |
| YUV | 199.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 254 | 0.40 | 0.17 | 0 | 0.00 | 204.95 | 0.98 | 0.8 |
| Hex | 99 | D4 | FE | 28 | 11 | 0 | 0 | CD | 62 | 50 |
| Octal | 231 | 324 | 376 | 50 | 21 | 0 | 0 | 315 | 142 | 120 |
| Binary | 10011001 | 11010100 | 11111110 | 101000 | 10001 | 0 | 0 | 11001101 | 1100010 | 1010000 |
Color Harmonies of #99D4FE
Complementary color
Monochromatic Colors of #99D4FE
Black with #99D4FE
Text Example
Text Example
White with #99D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4FE; }
p { color: rgb(153,212,254); }
H1.HeaderClassName
{
color: #99D4FE;
}
.AnyTagClassName
{
color: #99D4FE;
}
</style>
background-color css
<style>
a { background-color: #99D4FE; }
a { background-color: rgb(153,212,254); }
div.DivClassName
{
background-color: #99D4FE;
}
.BgClassName
{
background-color: #99D4FE;
}
</style>
border-color css
<style>
span { border-color: #99D4FE; }
span { border-color: rgb(153,212,254); }
td.TdClassName
{
border-color: #99D4FE;
}
.TagClassName
{
border-color: #99D4FE;
}
</style>