Shades of Columbia Blue #99D2FD
Tints of Columbia Blue #99D2FD
RGB
CMYK
RGB Variations
Color information
#99D2FD (or 0x99D2FD) is known color: Columbia Blue. HEX triplet: 99, D2 and FD. RGB value is (153,210,253). Sum of RGB (Red+Green+Blue) = 153+210+253=616 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.84% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #99D2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D2FD is #662D02. Grayscale: #C5C5C5. Windows color (decimal): -6696195 or 16634521. OLE color: 16634521.
HSL color Cylindrical-coordinate representation of color #99D2FD: hue angle of 205.8º 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 #99D2FD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 210 | 253 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.01 |
| HSL | 205.8º | 0.96% | 0.8% | - |
| HSV(B) | 205.8º | 0.4% | 0.99% | - |
| XYZ | 53.91 | 59.96 | 101.66 | - |
| YUV | 197.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 253 | 0.40 | 0.17 | 0 | 0.01 | 205.8 | 0.96 | 0.8 |
| Hex | 99 | D2 | FD | 28 | 11 | 0 | 1 | CE | 60 | 50 |
| Octal | 231 | 322 | 375 | 50 | 21 | 0 | 1 | 316 | 140 | 120 |
| Binary | 10011001 | 11010010 | 11111101 | 101000 | 10001 | 0 | 1 | 11001110 | 1100000 | 1010000 |
Color Harmonies of #99D2FD
Complementary color
Monochromatic Colors of #99D2FD
Black with #99D2FD
Text Example
Text Example
White with #99D2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D2FD; }
p { color: rgb(153,210,253); }
H1.HeaderClassName
{
color: #99D2FD;
}
.AnyTagClassName
{
color: #99D2FD;
}
</style>
background-color css
<style>
a { background-color: #99D2FD; }
a { background-color: rgb(153,210,253); }
div.DivClassName
{
background-color: #99D2FD;
}
.BgClassName
{
background-color: #99D2FD;
}
</style>
border-color css
<style>
span { border-color: #99D2FD; }
span { border-color: rgb(153,210,253); }
td.TdClassName
{
border-color: #99D2FD;
}
.TagClassName
{
border-color: #99D2FD;
}
</style>