Shades of Columbia Blue #90E2FF
Tints of Columbia Blue #90E2FF
RGB
CMYK
RGB Variations
Color information
#90E2FF (or 0x90E2FF) is known color: Columbia Blue. HEX triplet: 90, E2 and FF. RGB value is (144,226,255). Sum of RGB (Red+Green+Blue) = 144+226+255=625 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.04% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #90E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E2FF is #6F1D00. Grayscale: #CCCCCC. Windows color (decimal): -7281921 or 16769680. OLE color: 16769680.
HSL color Cylindrical-coordinate representation of color #90E2FF: hue angle of 195.68º 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 #90E2FF is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 226 | 255 | - |
| CMYK | 0.44 | 0.11 | 0 | 0 |
| HSL | 195.68º | 1% | 0.78% | - |
| HSV(B) | 195.68º | 0.44% | 1% | - |
| XYZ | 56.75 | 67.54 | 104.65 | - |
| YUV | 204.79 | 156.33 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 226 | 255 | 0.44 | 0.11 | 0 | 0 | 195.68 | 1 | 0.78 |
| Hex | 90 | E2 | FF | 2C | B | 0 | 0 | C4 | 64 | 4E |
| Octal | 220 | 342 | 377 | 54 | 13 | 0 | 0 | 304 | 144 | 116 |
| Binary | 10010000 | 11100010 | 11111111 | 101100 | 1011 | 0 | 0 | 11000100 | 1100100 | 1001110 |
Color Harmonies of #90E2FF
Complementary color
Monochromatic Colors of #90E2FF
Black with #90E2FF
Text Example
Text Example
White with #90E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E2FF; }
p { color: rgb(144,226,255); }
H1.HeaderClassName
{
color: #90E2FF;
}
.AnyTagClassName
{
color: #90E2FF;
}
</style>
background-color css
<style>
a { background-color: #90E2FF; }
a { background-color: rgb(144,226,255); }
div.DivClassName
{
background-color: #90E2FF;
}
.BgClassName
{
background-color: #90E2FF;
}
</style>
border-color css
<style>
span { border-color: #90E2FF; }
span { border-color: rgb(144,226,255); }
td.TdClassName
{
border-color: #90E2FF;
}
.TagClassName
{
border-color: #90E2FF;
}
</style>