Shades of Columbia Blue #90E0FE
Tints of Columbia Blue #90E0FE
RGB
CMYK
RGB Variations
Color information
#90E0FE (or 0x90E0FE) is known color: Columbia Blue. HEX triplet: 90, E0 and FE. RGB value is (144,224,254). Sum of RGB (Red+Green+Blue) = 144+224+254=622 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.15% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #90E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E0FE is #6F1F01. Grayscale: #CBCBCB. Windows color (decimal): -7282434 or 16703632. OLE color: 16703632.
HSL color Cylindrical-coordinate representation of color #90E0FE: hue angle of 196.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90E0FE is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 224 | 254 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.00 |
| HSL | 196.36º | 0.98% | 0.78% | - |
| HSV(B) | 196.36º | 0.43% | 1% | - |
| XYZ | 56.05 | 66.4 | 103.63 | - |
| YUV | 203.5 | 156.5 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 254 | 0.43 | 0.12 | 0 | 0.00 | 196.36 | 0.98 | 0.78 |
| Hex | 90 | E0 | FE | 2B | C | 0 | 0 | C4 | 62 | 4E |
| Octal | 220 | 340 | 376 | 53 | 14 | 0 | 0 | 304 | 142 | 116 |
| Binary | 10010000 | 11100000 | 11111110 | 101011 | 1100 | 0 | 0 | 11000100 | 1100010 | 1001110 |
Color Harmonies of #90E0FE
Complementary color
Monochromatic Colors of #90E0FE
Black with #90E0FE
Text Example
Text Example
White with #90E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E0FE; }
p { color: rgb(144,224,254); }
H1.HeaderClassName
{
color: #90E0FE;
}
.AnyTagClassName
{
color: #90E0FE;
}
</style>
background-color css
<style>
a { background-color: #90E0FE; }
a { background-color: rgb(144,224,254); }
div.DivClassName
{
background-color: #90E0FE;
}
.BgClassName
{
background-color: #90E0FE;
}
</style>
border-color css
<style>
span { border-color: #90E0FE; }
span { border-color: rgb(144,224,254); }
td.TdClassName
{
border-color: #90E0FE;
}
.TagClassName
{
border-color: #90E0FE;
}
</style>