Shades of Columbia Blue #90E0FA
Tints of Columbia Blue #90E0FA
RGB
CMYK
RGB Variations
Color information
#90E0FA (or 0x90E0FA) is known color: Columbia Blue. HEX triplet: 90, E0 and FA. RGB value is (144,224,250). Sum of RGB (Red+Green+Blue) = 144+224+250=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #90E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E0FA is #6F1F05. Grayscale: #CACACA. Windows color (decimal): -7282438 or 16441488. OLE color: 16441488.
HSL color Cylindrical-coordinate representation of color #90E0FA: hue angle of 194.72º 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 #90E0FA is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 224 | 250 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.02 |
| HSL | 194.72º | 0.91% | 0.77% | - |
| HSV(B) | 194.72º | 0.42% | 0.98% | - |
| XYZ | 55.41 | 66.14 | 100.29 | - |
| YUV | 203.04 | 154.5 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 250 | 0.42 | 0.10 | 0 | 0.02 | 194.72 | 0.91 | 0.77 |
| Hex | 90 | E0 | FA | 2A | A | 0 | 2 | C3 | 5B | 4D |
| Octal | 220 | 340 | 372 | 52 | 12 | 0 | 2 | 303 | 133 | 115 |
| Binary | 10010000 | 11100000 | 11111010 | 101010 | 1010 | 0 | 10 | 11000011 | 1011011 | 1001101 |
Color Harmonies of #90E0FA
Complementary color
Monochromatic Colors of #90E0FA
Black with #90E0FA
Text Example
Text Example
White with #90E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E0FA; }
p { color: rgb(144,224,250); }
H1.HeaderClassName
{
color: #90E0FA;
}
.AnyTagClassName
{
color: #90E0FA;
}
</style>
background-color css
<style>
a { background-color: #90E0FA; }
a { background-color: rgb(144,224,250); }
div.DivClassName
{
background-color: #90E0FA;
}
.BgClassName
{
background-color: #90E0FA;
}
</style>
border-color css
<style>
span { border-color: #90E0FA; }
span { border-color: rgb(144,224,250); }
td.TdClassName
{
border-color: #90E0FA;
}
.TagClassName
{
border-color: #90E0FA;
}
</style>