Shades of Columbia Blue #99D0FD
Tints of Columbia Blue #99D0FD
RGB
CMYK
RGB Variations
Color information
#99D0FD (or 0x99D0FD) is known color: Columbia Blue. HEX triplet: 99, D0 and FD. RGB value is (153,208,253). Sum of RGB (Red+Green+Blue) = 153+208+253=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #99D0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D0FD is #662F02. Grayscale: #C4C4C4. Windows color (decimal): -6696707 or 16634009. OLE color: 16634009.
HSL color Cylindrical-coordinate representation of color #99D0FD: hue angle of 207º 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 #99D0FD is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 208 | 253 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.01 |
| HSL | 207º | 0.96% | 0.8% | - |
| HSV(B) | 207º | 0.4% | 0.99% | - |
| XYZ | 53.42 | 58.98 | 101.5 | - |
| YUV | 196.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 253 | 0.40 | 0.18 | 0 | 0.01 | 207 | 0.96 | 0.8 |
| Hex | 99 | D0 | FD | 28 | 12 | 0 | 1 | CF | 60 | 50 |
| Octal | 231 | 320 | 375 | 50 | 22 | 0 | 1 | 317 | 140 | 120 |
| Binary | 10011001 | 11010000 | 11111101 | 101000 | 10010 | 0 | 1 | 11001111 | 1100000 | 1010000 |
Color Harmonies of #99D0FD
Complementary color
Monochromatic Colors of #99D0FD
Black with #99D0FD
Text Example
Text Example
White with #99D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D0FD; }
p { color: rgb(153,208,253); }
H1.HeaderClassName
{
color: #99D0FD;
}
.AnyTagClassName
{
color: #99D0FD;
}
</style>
background-color css
<style>
a { background-color: #99D0FD; }
a { background-color: rgb(153,208,253); }
div.DivClassName
{
background-color: #99D0FD;
}
.BgClassName
{
background-color: #99D0FD;
}
</style>
border-color css
<style>
span { border-color: #99D0FD; }
span { border-color: rgb(153,208,253); }
td.TdClassName
{
border-color: #99D0FD;
}
.TagClassName
{
border-color: #99D0FD;
}
</style>