Shades of Columbia Blue #99D6FE
Tints of Columbia Blue #99D6FE
RGB
CMYK
RGB Variations
Color information
#99D6FE (or 0x99D6FE) is known color: Columbia Blue. HEX triplet: 99, D6 and FE. RGB value is (153,214,254). Sum of RGB (Red+Green+Blue) = 153+214+254=621 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.64% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #99D6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D6FE is #662901. Grayscale: #C8C8C8. Windows color (decimal): -6695170 or 16701081. OLE color: 16701081.
HSL color Cylindrical-coordinate representation of color #99D6FE: hue angle of 203.76º 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 #99D6FE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 214 | 254 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.00 |
| HSL | 203.76º | 0.98% | 0.8% | - |
| HSV(B) | 203.76º | 0.4% | 1% | - |
| XYZ | 55.07 | 62.02 | 102.83 | - |
| YUV | 200.32 | 158.29 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 254 | 0.40 | 0.16 | 0 | 0.00 | 203.76 | 0.98 | 0.8 |
| Hex | 99 | D6 | FE | 28 | 10 | 0 | 0 | CC | 62 | 50 |
| Octal | 231 | 326 | 376 | 50 | 20 | 0 | 0 | 314 | 142 | 120 |
| Binary | 10011001 | 11010110 | 11111110 | 101000 | 10000 | 0 | 0 | 11001100 | 1100010 | 1010000 |
Color Harmonies of #99D6FE
Complementary color
Monochromatic Colors of #99D6FE
Black with #99D6FE
Text Example
Text Example
White with #99D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D6FE; }
p { color: rgb(153,214,254); }
H1.HeaderClassName
{
color: #99D6FE;
}
.AnyTagClassName
{
color: #99D6FE;
}
</style>
background-color css
<style>
a { background-color: #99D6FE; }
a { background-color: rgb(153,214,254); }
div.DivClassName
{
background-color: #99D6FE;
}
.BgClassName
{
background-color: #99D6FE;
}
</style>
border-color css
<style>
span { border-color: #99D6FE; }
span { border-color: rgb(153,214,254); }
td.TdClassName
{
border-color: #99D6FE;
}
.TagClassName
{
border-color: #99D6FE;
}
</style>