Shades of Columbia Blue #90DCF5
Tints of Columbia Blue #90DCF5
RGB
CMYK
RGB Variations
Color information
#90DCF5 (or 0x90DCF5) is known color: Columbia Blue. HEX triplet: 90, DC and F5. RGB value is (144,220,245). Sum of RGB (Red+Green+Blue) = 144+220+245=609 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.65% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #90DCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCF5 is #6F230A. Grayscale: #C7C7C7. Windows color (decimal): -7283467 or 16112784. OLE color: 16112784.
HSL color Cylindrical-coordinate representation of color #90DCF5: hue angle of 194.85º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90DCF5 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 220 | 245 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.04 |
| HSL | 194.85º | 0.83% | 0.76% | - |
| HSV(B) | 194.85º | 0.41% | 0.96% | - |
| XYZ | 53.58 | 63.71 | 95.86 | - |
| YUV | 200.13 | 153.32 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 245 | 0.41 | 0.10 | 0 | 0.04 | 194.85 | 0.83 | 0.76 |
| Hex | 90 | DC | F5 | 29 | A | 0 | 4 | C3 | 53 | 4C |
| Octal | 220 | 334 | 365 | 51 | 12 | 0 | 4 | 303 | 123 | 114 |
| Binary | 10010000 | 11011100 | 11110101 | 101001 | 1010 | 0 | 100 | 11000011 | 1010011 | 1001100 |
Color Harmonies of #90DCF5
Complementary color
Monochromatic Colors of #90DCF5
Black with #90DCF5
Text Example
Text Example
White with #90DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCF5; }
p { color: rgb(144,220,245); }
H1.HeaderClassName
{
color: #90DCF5;
}
.AnyTagClassName
{
color: #90DCF5;
}
</style>
background-color css
<style>
a { background-color: #90DCF5; }
a { background-color: rgb(144,220,245); }
div.DivClassName
{
background-color: #90DCF5;
}
.BgClassName
{
background-color: #90DCF5;
}
</style>
border-color css
<style>
span { border-color: #90DCF5; }
span { border-color: rgb(144,220,245); }
td.TdClassName
{
border-color: #90DCF5;
}
.TagClassName
{
border-color: #90DCF5;
}
</style>