Shades of Columbia Blue #90E8FA
Tints of Columbia Blue #90E8FA
RGB
CMYK
RGB Variations
Color information
#90E8FA (or 0x90E8FA) is known color: Columbia Blue. HEX triplet: 90, E8 and FA. RGB value is (144,232,250). Sum of RGB (Red+Green+Blue) = 144+232+250=626 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.00% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #90E8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E8FA is #6F1705. Grayscale: #CFCFCF. Windows color (decimal): -7280390 or 16443536. OLE color: 16443536.
HSL color Cylindrical-coordinate representation of color #90E8FA: hue angle of 190.19º degrees, saturation: 0.91, 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 #90E8FA is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 232 | 250 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.02 |
| HSL | 190.19º | 0.91% | 0.77% | - |
| HSV(B) | 190.19º | 0.42% | 0.98% | - |
| XYZ | 57.61 | 70.54 | 101.02 | - |
| YUV | 207.74 | 151.85 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 250 | 0.42 | 0.07 | 0 | 0.02 | 190.19 | 0.91 | 0.77 |
| Hex | 90 | E8 | FA | 2A | 7 | 0 | 2 | BE | 5B | 4D |
| Octal | 220 | 350 | 372 | 52 | 7 | 0 | 2 | 276 | 133 | 115 |
| Binary | 10010000 | 11101000 | 11111010 | 101010 | 111 | 0 | 10 | 10111110 | 1011011 | 1001101 |
Color Harmonies of #90E8FA
Complementary color
Monochromatic Colors of #90E8FA
Black with #90E8FA
Text Example
Text Example
White with #90E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8FA; }
p { color: rgb(144,232,250); }
H1.HeaderClassName
{
color: #90E8FA;
}
.AnyTagClassName
{
color: #90E8FA;
}
</style>
background-color css
<style>
a { background-color: #90E8FA; }
a { background-color: rgb(144,232,250); }
div.DivClassName
{
background-color: #90E8FA;
}
.BgClassName
{
background-color: #90E8FA;
}
</style>
border-color css
<style>
span { border-color: #90E8FA; }
span { border-color: rgb(144,232,250); }
td.TdClassName
{
border-color: #90E8FA;
}
.TagClassName
{
border-color: #90E8FA;
}
</style>