Shades of Columbia Blue #90E0F8
Tints of Columbia Blue #90E0F8
RGB
CMYK
RGB Variations
Color information
#90E0F8 (or 0x90E0F8) is known color: Columbia Blue. HEX triplet: 90, E0 and F8. RGB value is (144,224,248). Sum of RGB (Red+Green+Blue) = 144+224+248=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #90E0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E0F8 is #6F1F07. Grayscale: #CACACA. Windows color (decimal): -7282440 or 16310416. OLE color: 16310416.
HSL color Cylindrical-coordinate representation of color #90E0F8: hue angle of 193.85º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90E0F8 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 224 | 248 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.03 |
| HSL | 193.85º | 0.88% | 0.77% | - |
| HSV(B) | 193.85º | 0.42% | 0.97% | - |
| XYZ | 55.1 | 66.02 | 98.65 | - |
| YUV | 202.82 | 153.5 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 248 | 0.42 | 0.10 | 0 | 0.03 | 193.85 | 0.88 | 0.77 |
| Hex | 90 | E0 | F8 | 2A | A | 0 | 3 | C2 | 58 | 4D |
| Octal | 220 | 340 | 370 | 52 | 12 | 0 | 3 | 302 | 130 | 115 |
| Binary | 10010000 | 11100000 | 11111000 | 101010 | 1010 | 0 | 11 | 11000010 | 1011000 | 1001101 |
Color Harmonies of #90E0F8
Complementary color
Monochromatic Colors of #90E0F8
Black with #90E0F8
Text Example
Text Example
White with #90E0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E0F8; }
p { color: rgb(144,224,248); }
H1.HeaderClassName
{
color: #90E0F8;
}
.AnyTagClassName
{
color: #90E0F8;
}
</style>
background-color css
<style>
a { background-color: #90E0F8; }
a { background-color: rgb(144,224,248); }
div.DivClassName
{
background-color: #90E0F8;
}
.BgClassName
{
background-color: #90E0F8;
}
</style>
border-color css
<style>
span { border-color: #90E0F8; }
span { border-color: rgb(144,224,248); }
td.TdClassName
{
border-color: #90E0F8;
}
.TagClassName
{
border-color: #90E0F8;
}
</style>