Shades of Columbia Blue #90DEF5
Tints of Columbia Blue #90DEF5
RGB
CMYK
RGB Variations
Color information
#90DEF5 (or 0x90DEF5) is known color: Columbia Blue. HEX triplet: 90, DE and F5. RGB value is (144,222,245). Sum of RGB (Red+Green+Blue) = 144+222+245=611 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.57% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #90DEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEF5 is #6F210A. Grayscale: #C9C9C9. Windows color (decimal): -7282955 or 16113296. OLE color: 16113296.
HSL color Cylindrical-coordinate representation of color #90DEF5: hue angle of 193.66º 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 #90DEF5 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 222 | 245 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.04 |
| HSL | 193.66º | 0.83% | 0.76% | - |
| HSV(B) | 193.66º | 0.41% | 0.96% | - |
| XYZ | 54.1 | 64.76 | 96.04 | - |
| YUV | 201.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 245 | 0.41 | 0.09 | 0 | 0.04 | 193.66 | 0.83 | 0.76 |
| Hex | 90 | DE | F5 | 29 | 9 | 0 | 4 | C2 | 53 | 4C |
| Octal | 220 | 336 | 365 | 51 | 11 | 0 | 4 | 302 | 123 | 114 |
| Binary | 10010000 | 11011110 | 11110101 | 101001 | 1001 | 0 | 100 | 11000010 | 1010011 | 1001100 |
Color Harmonies of #90DEF5
Complementary color
Monochromatic Colors of #90DEF5
Black with #90DEF5
Text Example
Text Example
White with #90DEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEF5; }
p { color: rgb(144,222,245); }
H1.HeaderClassName
{
color: #90DEF5;
}
.AnyTagClassName
{
color: #90DEF5;
}
</style>
background-color css
<style>
a { background-color: #90DEF5; }
a { background-color: rgb(144,222,245); }
div.DivClassName
{
background-color: #90DEF5;
}
.BgClassName
{
background-color: #90DEF5;
}
</style>
border-color css
<style>
span { border-color: #90DEF5; }
span { border-color: rgb(144,222,245); }
td.TdClassName
{
border-color: #90DEF5;
}
.TagClassName
{
border-color: #90DEF5;
}
</style>