Shades of Columbia Blue #90D9F9
Tints of Columbia Blue #90D9F9
RGB
CMYK
RGB Variations
Color information
#90D9F9 (or 0x90D9F9) is known color: Columbia Blue. HEX triplet: 90, D9 and F9. RGB value is (144,217,249). Sum of RGB (Red+Green+Blue) = 144+217+249=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #90D9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D9F9 is #6F2606. Grayscale: #C6C6C6. Windows color (decimal): -7284231 or 16374160. OLE color: 16374160.
HSL color Cylindrical-coordinate representation of color #90D9F9: hue angle of 198.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90D9F9 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 217 | 249 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.02 |
| HSL | 198.29º | 0.9% | 0.77% | - |
| HSV(B) | 198.29º | 0.42% | 0.98% | - |
| XYZ | 53.41 | 62.39 | 98.85 | - |
| YUV | 198.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 217 | 249 | 0.42 | 0.13 | 0 | 0.02 | 198.29 | 0.9 | 0.77 |
| Hex | 90 | D9 | F9 | 2A | D | 0 | 2 | C6 | 5A | 4D |
| Octal | 220 | 331 | 371 | 52 | 15 | 0 | 2 | 306 | 132 | 115 |
| Binary | 10010000 | 11011001 | 11111001 | 101010 | 1101 | 0 | 10 | 11000110 | 1011010 | 1001101 |
Color Harmonies of #90D9F9
Complementary color
Monochromatic Colors of #90D9F9
Black with #90D9F9
Text Example
Text Example
White with #90D9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D9F9; }
p { color: rgb(144,217,249); }
H1.HeaderClassName
{
color: #90D9F9;
}
.AnyTagClassName
{
color: #90D9F9;
}
</style>
background-color css
<style>
a { background-color: #90D9F9; }
a { background-color: rgb(144,217,249); }
div.DivClassName
{
background-color: #90D9F9;
}
.BgClassName
{
background-color: #90D9F9;
}
</style>
border-color css
<style>
span { border-color: #90D9F9; }
span { border-color: rgb(144,217,249); }
td.TdClassName
{
border-color: #90D9F9;
}
.TagClassName
{
border-color: #90D9F9;
}
</style>