Shades of Columbia Blue #90E7FF
Tints of Columbia Blue #90E7FF
RGB
CMYK
RGB Variations
Color information
#90E7FF (or 0x90E7FF) is known color: Columbia Blue. HEX triplet: 90, E7 and FF. RGB value is (144,231,255). Sum of RGB (Red+Green+Blue) = 144+231+255=630 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.86% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #90E7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E7FF is #6F1800. Grayscale: #CFCFCF. Windows color (decimal): -7280641 or 16770960. OLE color: 16770960.
HSL color Cylindrical-coordinate representation of color #90E7FF: hue angle of 192.97º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90E7FF is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 231 | 255 | - |
| CMYK | 0.44 | 0.09 | 0 | 0 |
| HSL | 192.97º | 1% | 0.78% | - |
| HSV(B) | 192.97º | 0.44% | 1% | - |
| XYZ | 58.13 | 70.3 | 105.11 | - |
| YUV | 207.72 | 154.68 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 231 | 255 | 0.44 | 0.09 | 0 | 0 | 192.97 | 1 | 0.78 |
| Hex | 90 | E7 | FF | 2C | 9 | 0 | 0 | C1 | 64 | 4E |
| Octal | 220 | 347 | 377 | 54 | 11 | 0 | 0 | 301 | 144 | 116 |
| Binary | 10010000 | 11100111 | 11111111 | 101100 | 1001 | 0 | 0 | 11000001 | 1100100 | 1001110 |
Color Harmonies of #90E7FF
Complementary color
Monochromatic Colors of #90E7FF
Black with #90E7FF
Text Example
Text Example
White with #90E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E7FF; }
p { color: rgb(144,231,255); }
H1.HeaderClassName
{
color: #90E7FF;
}
.AnyTagClassName
{
color: #90E7FF;
}
</style>
background-color css
<style>
a { background-color: #90E7FF; }
a { background-color: rgb(144,231,255); }
div.DivClassName
{
background-color: #90E7FF;
}
.BgClassName
{
background-color: #90E7FF;
}
</style>
border-color css
<style>
span { border-color: #90E7FF; }
span { border-color: rgb(144,231,255); }
td.TdClassName
{
border-color: #90E7FF;
}
.TagClassName
{
border-color: #90E7FF;
}
</style>