Shades of Columbia Blue #99D9FD
Tints of Columbia Blue #99D9FD
RGB
CMYK
RGB Variations
Color information
#99D9FD (or 0x99D9FD) is known color: Columbia Blue. HEX triplet: 99, D9 and FD. RGB value is (153,217,253). Sum of RGB (Red+Green+Blue) = 153+217+253=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #99D9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D9FD is #662602. Grayscale: #C9C9C9. Windows color (decimal): -6694403 or 16636313. OLE color: 16636313.
HSL color Cylindrical-coordinate representation of color #99D9FD: hue angle of 201.6º 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 #99D9FD is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 217 | 253 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.01 |
| HSL | 201.6º | 0.96% | 0.8% | - |
| HSV(B) | 201.6º | 0.4% | 0.99% | - |
| XYZ | 55.68 | 63.49 | 102.25 | - |
| YUV | 201.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 253 | 0.40 | 0.14 | 0 | 0.01 | 201.6 | 0.96 | 0.8 |
| Hex | 99 | D9 | FD | 28 | E | 0 | 1 | CA | 60 | 50 |
| Octal | 231 | 331 | 375 | 50 | 16 | 0 | 1 | 312 | 140 | 120 |
| Binary | 10011001 | 11011001 | 11111101 | 101000 | 1110 | 0 | 1 | 11001010 | 1100000 | 1010000 |
Color Harmonies of #99D9FD
Complementary color
Monochromatic Colors of #99D9FD
Black with #99D9FD
Text Example
Text Example
White with #99D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9FD; }
p { color: rgb(153,217,253); }
H1.HeaderClassName
{
color: #99D9FD;
}
.AnyTagClassName
{
color: #99D9FD;
}
</style>
background-color css
<style>
a { background-color: #99D9FD; }
a { background-color: rgb(153,217,253); }
div.DivClassName
{
background-color: #99D9FD;
}
.BgClassName
{
background-color: #99D9FD;
}
</style>
border-color css
<style>
span { border-color: #99D9FD; }
span { border-color: rgb(153,217,253); }
td.TdClassName
{
border-color: #99D9FD;
}
.TagClassName
{
border-color: #99D9FD;
}
</style>