Shades of Columbia Blue #99D4FD
Tints of Columbia Blue #99D4FD
RGB
CMYK
RGB Variations
Color information
#99D4FD (or 0x99D4FD) is known color: Columbia Blue. HEX triplet: 99, D4 and FD. RGB value is (153,212,253). Sum of RGB (Red+Green+Blue) = 153+212+253=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #99D4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D4FD is #662B02. Grayscale: #C6C6C6. Windows color (decimal): -6695683 or 16635033. OLE color: 16635033.
HSL color Cylindrical-coordinate representation of color #99D4FD: hue angle of 204.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 #99D4FD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 212 | 253 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.01 |
| HSL | 204.6º | 0.96% | 0.8% | - |
| HSV(B) | 204.6º | 0.4% | 0.99% | - |
| XYZ | 54.41 | 60.95 | 101.83 | - |
| YUV | 199.03 | 158.45 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 253 | 0.40 | 0.16 | 0 | 0.01 | 204.6 | 0.96 | 0.8 |
| Hex | 99 | D4 | FD | 28 | 10 | 0 | 1 | CD | 60 | 50 |
| Octal | 231 | 324 | 375 | 50 | 20 | 0 | 1 | 315 | 140 | 120 |
| Binary | 10011001 | 11010100 | 11111101 | 101000 | 10000 | 0 | 1 | 11001101 | 1100000 | 1010000 |
Color Harmonies of #99D4FD
Complementary color
Monochromatic Colors of #99D4FD
Black with #99D4FD
Text Example
Text Example
White with #99D4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4FD; }
p { color: rgb(153,212,253); }
H1.HeaderClassName
{
color: #99D4FD;
}
.AnyTagClassName
{
color: #99D4FD;
}
</style>
background-color css
<style>
a { background-color: #99D4FD; }
a { background-color: rgb(153,212,253); }
div.DivClassName
{
background-color: #99D4FD;
}
.BgClassName
{
background-color: #99D4FD;
}
</style>
border-color css
<style>
span { border-color: #99D4FD; }
span { border-color: rgb(153,212,253); }
td.TdClassName
{
border-color: #99D4FD;
}
.TagClassName
{
border-color: #99D4FD;
}
</style>