Shades of Columbia Blue #90E7FE
Tints of Columbia Blue #90E7FE
RGB
CMYK
RGB Variations
Color information
#90E7FE (or 0x90E7FE) is known color: Columbia Blue. HEX triplet: 90, E7 and FE. RGB value is (144,231,254). Sum of RGB (Red+Green+Blue) = 144+231+254=629 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.89% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #90E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E7FE is #6F1801. Grayscale: #CFCFCF. Windows color (decimal): -7280642 or 16705424. OLE color: 16705424.
HSL color Cylindrical-coordinate representation of color #90E7FE: hue angle of 192.55º 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 #90E7FE is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 231 | 254 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.00 |
| HSL | 192.55º | 0.98% | 0.78% | - |
| HSV(B) | 192.55º | 0.43% | 1% | - |
| XYZ | 57.97 | 70.24 | 104.27 | - |
| YUV | 207.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 231 | 254 | 0.43 | 0.09 | 0 | 0.00 | 192.55 | 0.98 | 0.78 |
| Hex | 90 | E7 | FE | 2B | 9 | 0 | 0 | C1 | 62 | 4E |
| Octal | 220 | 347 | 376 | 53 | 11 | 0 | 0 | 301 | 142 | 116 |
| Binary | 10010000 | 11100111 | 11111110 | 101011 | 1001 | 0 | 0 | 11000001 | 1100010 | 1001110 |
Color Harmonies of #90E7FE
Complementary color
Monochromatic Colors of #90E7FE
Black with #90E7FE
Text Example
Text Example
White with #90E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E7FE; }
p { color: rgb(144,231,254); }
H1.HeaderClassName
{
color: #90E7FE;
}
.AnyTagClassName
{
color: #90E7FE;
}
</style>
background-color css
<style>
a { background-color: #90E7FE; }
a { background-color: rgb(144,231,254); }
div.DivClassName
{
background-color: #90E7FE;
}
.BgClassName
{
background-color: #90E7FE;
}
</style>
border-color css
<style>
span { border-color: #90E7FE; }
span { border-color: rgb(144,231,254); }
td.TdClassName
{
border-color: #90E7FE;
}
.TagClassName
{
border-color: #90E7FE;
}
</style>