Shades of Columbia Blue #90E8FE
Tints of Columbia Blue #90E8FE
RGB
CMYK
RGB Variations
Color information
#90E8FE (or 0x90E8FE) is known color: Columbia Blue. HEX triplet: 90, E8 and FE. RGB value is (144,232,254). Sum of RGB (Red+Green+Blue) = 144+232+254=630 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.86% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #90E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E8FE is #6F1701. Grayscale: #D0D0D0. Windows color (decimal): -7280386 or 16705680. OLE color: 16705680.
HSL color Cylindrical-coordinate representation of color #90E8FE: hue angle of 192º 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 #90E8FE is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 232 | 254 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.00 |
| HSL | 192º | 0.98% | 0.78% | - |
| HSV(B) | 192º | 0.43% | 1% | - |
| XYZ | 58.25 | 70.8 | 104.36 | - |
| YUV | 208.2 | 153.85 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 254 | 0.43 | 0.09 | 0 | 0.00 | 192 | 0.98 | 0.78 |
| Hex | 90 | E8 | FE | 2B | 9 | 0 | 0 | C0 | 62 | 4E |
| Octal | 220 | 350 | 376 | 53 | 11 | 0 | 0 | 300 | 142 | 116 |
| Binary | 10010000 | 11101000 | 11111110 | 101011 | 1001 | 0 | 0 | 11000000 | 1100010 | 1001110 |
Color Harmonies of #90E8FE
Complementary color
Monochromatic Colors of #90E8FE
Black with #90E8FE
Text Example
Text Example
White with #90E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8FE; }
p { color: rgb(144,232,254); }
H1.HeaderClassName
{
color: #90E8FE;
}
.AnyTagClassName
{
color: #90E8FE;
}
</style>
background-color css
<style>
a { background-color: #90E8FE; }
a { background-color: rgb(144,232,254); }
div.DivClassName
{
background-color: #90E8FE;
}
.BgClassName
{
background-color: #90E8FE;
}
</style>
border-color css
<style>
span { border-color: #90E8FE; }
span { border-color: rgb(144,232,254); }
td.TdClassName
{
border-color: #90E8FE;
}
.TagClassName
{
border-color: #90E8FE;
}
</style>