Shades of Columbia Blue #99D6FD
Tints of Columbia Blue #99D6FD
RGB
CMYK
RGB Variations
Color information
#99D6FD (or 0x99D6FD) is known color: Columbia Blue. HEX triplet: 99, D6 and FD. RGB value is (153,214,253). Sum of RGB (Red+Green+Blue) = 153+214+253=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #99D6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D6FD is #662902. Grayscale: #C7C7C7. Windows color (decimal): -6695171 or 16635545. OLE color: 16635545.
HSL color Cylindrical-coordinate representation of color #99D6FD: hue angle of 203.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99D6FD is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 214 | 253 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.01 |
| HSL | 203.4º | 0.96% | 0.8% | - |
| HSV(B) | 203.4º | 0.4% | 0.99% | - |
| XYZ | 54.91 | 61.96 | 101.99 | - |
| YUV | 200.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 253 | 0.40 | 0.15 | 0 | 0.01 | 203.4 | 0.96 | 0.8 |
| Hex | 99 | D6 | FD | 28 | F | 0 | 1 | CB | 60 | 50 |
| Octal | 231 | 326 | 375 | 50 | 17 | 0 | 1 | 313 | 140 | 120 |
| Binary | 10011001 | 11010110 | 11111101 | 101000 | 1111 | 0 | 1 | 11001011 | 1100000 | 1010000 |
Color Harmonies of #99D6FD
Complementary color
Monochromatic Colors of #99D6FD
Black with #99D6FD
Text Example
Text Example
White with #99D6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D6FD; }
p { color: rgb(153,214,253); }
H1.HeaderClassName
{
color: #99D6FD;
}
.AnyTagClassName
{
color: #99D6FD;
}
</style>
background-color css
<style>
a { background-color: #99D6FD; }
a { background-color: rgb(153,214,253); }
div.DivClassName
{
background-color: #99D6FD;
}
.BgClassName
{
background-color: #99D6FD;
}
</style>
border-color css
<style>
span { border-color: #99D6FD; }
span { border-color: rgb(153,214,253); }
td.TdClassName
{
border-color: #99D6FD;
}
.TagClassName
{
border-color: #99D6FD;
}
</style>