Shades of Columbia Blue #90D9FD
Tints of Columbia Blue #90D9FD
RGB
CMYK
RGB Variations
Color information
#90D9FD (or 0x90D9FD) is known color: Columbia Blue. HEX triplet: 90, D9 and FD. RGB value is (144,217,253). Sum of RGB (Red+Green+Blue) = 144+217+253=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 217 (85.16% from 255 or 35.34% 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 #90D9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D9FD is #6F2602. Grayscale: #C7C7C7. Windows color (decimal): -7284227 or 16636304. OLE color: 16636304.
HSL color Cylindrical-coordinate representation of color #90D9FD: hue angle of 199.82º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90D9FD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 217 | 253 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.01 |
| HSL | 199.82º | 0.96% | 0.78% | - |
| HSV(B) | 199.82º | 0.43% | 0.99% | - |
| XYZ | 54.04 | 62.65 | 102.17 | - |
| YUV | 199.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 217 | 253 | 0.43 | 0.14 | 0 | 0.01 | 199.82 | 0.96 | 0.78 |
| Hex | 90 | D9 | FD | 2B | E | 0 | 1 | C8 | 60 | 4E |
| Octal | 220 | 331 | 375 | 53 | 16 | 0 | 1 | 310 | 140 | 116 |
| Binary | 10010000 | 11011001 | 11111101 | 101011 | 1110 | 0 | 1 | 11001000 | 1100000 | 1001110 |
Color Harmonies of #90D9FD
Complementary color
Monochromatic Colors of #90D9FD
Black with #90D9FD
Text Example
Text Example
White with #90D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D9FD; }
p { color: rgb(144,217,253); }
H1.HeaderClassName
{
color: #90D9FD;
}
.AnyTagClassName
{
color: #90D9FD;
}
</style>
background-color css
<style>
a { background-color: #90D9FD; }
a { background-color: rgb(144,217,253); }
div.DivClassName
{
background-color: #90D9FD;
}
.BgClassName
{
background-color: #90D9FD;
}
</style>
border-color css
<style>
span { border-color: #90D9FD; }
span { border-color: rgb(144,217,253); }
td.TdClassName
{
border-color: #90D9FD;
}
.TagClassName
{
border-color: #90D9FD;
}
</style>