Shades of Columbia Blue #90E6FF
Tints of Columbia Blue #90E6FF
RGB
CMYK
RGB Variations
Color information
#90E6FF (or 0x90E6FF) is known color: Columbia Blue. HEX triplet: 90, E6 and FF. RGB value is (144,230,255). Sum of RGB (Red+Green+Blue) = 144+230+255=629 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.89% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #90E6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6FF is #6F1900. Grayscale: #CECECE. Windows color (decimal): -7280897 or 16770704. OLE color: 16770704.
HSL color Cylindrical-coordinate representation of color #90E6FF: hue angle of 193.51º 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 #90E6FF is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 230 | 255 | - |
| CMYK | 0.44 | 0.10 | 0 | 0 |
| HSL | 193.51º | 1% | 0.78% | - |
| HSV(B) | 193.51º | 0.44% | 1% | - |
| XYZ | 57.85 | 69.74 | 105.02 | - |
| YUV | 207.14 | 155.01 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 255 | 0.44 | 0.10 | 0 | 0 | 193.51 | 1 | 0.78 |
| Hex | 90 | E6 | FF | 2C | A | 0 | 0 | C2 | 64 | 4E |
| Octal | 220 | 346 | 377 | 54 | 12 | 0 | 0 | 302 | 144 | 116 |
| Binary | 10010000 | 11100110 | 11111111 | 101100 | 1010 | 0 | 0 | 11000010 | 1100100 | 1001110 |
Color Harmonies of #90E6FF
Complementary color
Monochromatic Colors of #90E6FF
Black with #90E6FF
Text Example
Text Example
White with #90E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E6FF; }
p { color: rgb(144,230,255); }
H1.HeaderClassName
{
color: #90E6FF;
}
.AnyTagClassName
{
color: #90E6FF;
}
</style>
background-color css
<style>
a { background-color: #90E6FF; }
a { background-color: rgb(144,230,255); }
div.DivClassName
{
background-color: #90E6FF;
}
.BgClassName
{
background-color: #90E6FF;
}
</style>
border-color css
<style>
span { border-color: #90E6FF; }
span { border-color: rgb(144,230,255); }
td.TdClassName
{
border-color: #90E6FF;
}
.TagClassName
{
border-color: #90E6FF;
}
</style>