Shades of Columbia Blue #90E2F9
Tints of Columbia Blue #90E2F9
RGB
CMYK
RGB Variations
Color information
#90E2F9 (or 0x90E2F9) is known color: Columbia Blue. HEX triplet: 90, E2 and F9. RGB value is (144,226,249). Sum of RGB (Red+Green+Blue) = 144+226+249=619 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.26% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #90E2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E2F9 is #6F1D06. Grayscale: #CBCBCB. Windows color (decimal): -7281927 or 16376464. OLE color: 16376464.
HSL color Cylindrical-coordinate representation of color #90E2F9: hue angle of 193.14º 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 #90E2F9 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 226 | 249 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.02 |
| HSL | 193.14º | 0.9% | 0.77% | - |
| HSV(B) | 193.14º | 0.42% | 0.98% | - |
| XYZ | 55.8 | 67.16 | 99.65 | - |
| YUV | 204.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 226 | 249 | 0.42 | 0.09 | 0 | 0.02 | 193.14 | 0.9 | 0.77 |
| Hex | 90 | E2 | F9 | 2A | 9 | 0 | 2 | C1 | 5A | 4D |
| Octal | 220 | 342 | 371 | 52 | 11 | 0 | 2 | 301 | 132 | 115 |
| Binary | 10010000 | 11100010 | 11111001 | 101010 | 1001 | 0 | 10 | 11000001 | 1011010 | 1001101 |
Color Harmonies of #90E2F9
Complementary color
Monochromatic Colors of #90E2F9
Black with #90E2F9
Text Example
Text Example
White with #90E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E2F9; }
p { color: rgb(144,226,249); }
H1.HeaderClassName
{
color: #90E2F9;
}
.AnyTagClassName
{
color: #90E2F9;
}
</style>
background-color css
<style>
a { background-color: #90E2F9; }
a { background-color: rgb(144,226,249); }
div.DivClassName
{
background-color: #90E2F9;
}
.BgClassName
{
background-color: #90E2F9;
}
</style>
border-color css
<style>
span { border-color: #90E2F9; }
span { border-color: rgb(144,226,249); }
td.TdClassName
{
border-color: #90E2F9;
}
.TagClassName
{
border-color: #90E2F9;
}
</style>