Shades of Columbia Blue #99D3FD
Tints of Columbia Blue #99D3FD
RGB
CMYK
RGB Variations
Color information
#99D3FD (or 0x99D3FD) is known color: Columbia Blue. HEX triplet: 99, D3 and FD. RGB value is (153,211,253). Sum of RGB (Red+Green+Blue) = 153+211+253=617 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.80% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #99D3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D3FD is #662C02. Grayscale: #C6C6C6. Windows color (decimal): -6695939 or 16634777. OLE color: 16634777.
HSL color Cylindrical-coordinate representation of color #99D3FD: hue angle of 205.2º 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 #99D3FD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 211 | 253 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.01 |
| HSL | 205.2º | 0.96% | 0.8% | - |
| HSV(B) | 205.2º | 0.4% | 0.99% | - |
| XYZ | 54.16 | 60.45 | 101.74 | - |
| YUV | 198.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 253 | 0.40 | 0.17 | 0 | 0.01 | 205.2 | 0.96 | 0.8 |
| Hex | 99 | D3 | FD | 28 | 11 | 0 | 1 | CD | 60 | 50 |
| Octal | 231 | 323 | 375 | 50 | 21 | 0 | 1 | 315 | 140 | 120 |
| Binary | 10011001 | 11010011 | 11111101 | 101000 | 10001 | 0 | 1 | 11001101 | 1100000 | 1010000 |
Color Harmonies of #99D3FD
Complementary color
Monochromatic Colors of #99D3FD
Black with #99D3FD
Text Example
Text Example
White with #99D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D3FD; }
p { color: rgb(153,211,253); }
H1.HeaderClassName
{
color: #99D3FD;
}
.AnyTagClassName
{
color: #99D3FD;
}
</style>
background-color css
<style>
a { background-color: #99D3FD; }
a { background-color: rgb(153,211,253); }
div.DivClassName
{
background-color: #99D3FD;
}
.BgClassName
{
background-color: #99D3FD;
}
</style>
border-color css
<style>
span { border-color: #99D3FD; }
span { border-color: rgb(153,211,253); }
td.TdClassName
{
border-color: #99D3FD;
}
.TagClassName
{
border-color: #99D3FD;
}
</style>