Shades of Columbia Blue #90E6F9
Tints of Columbia Blue #90E6F9
RGB
CMYK
RGB Variations
Color information
#90E6F9 (or 0x90E6F9) is known color: Columbia Blue. HEX triplet: 90, E6 and F9. RGB value is (144,230,249). Sum of RGB (Red+Green+Blue) = 144+230+249=623 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.11% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #90E6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6F9 is #6F1906. Grayscale: #CECECE. Windows color (decimal): -7280903 or 16377488. OLE color: 16377488.
HSL color Cylindrical-coordinate representation of color #90E6F9: hue angle of 190.86º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90E6F9 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 230 | 249 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.02 |
| HSL | 190.86º | 0.9% | 0.77% | - |
| HSV(B) | 190.86º | 0.42% | 0.98% | - |
| XYZ | 56.9 | 69.36 | 100.01 | - |
| YUV | 206.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 249 | 0.42 | 0.08 | 0 | 0.02 | 190.86 | 0.9 | 0.77 |
| Hex | 90 | E6 | F9 | 2A | 8 | 0 | 2 | BF | 5A | 4D |
| Octal | 220 | 346 | 371 | 52 | 10 | 0 | 2 | 277 | 132 | 115 |
| Binary | 10010000 | 11100110 | 11111001 | 101010 | 1000 | 0 | 10 | 10111111 | 1011010 | 1001101 |
Color Harmonies of #90E6F9
Complementary color
Monochromatic Colors of #90E6F9
Black with #90E6F9
Text Example
Text Example
White with #90E6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E6F9; }
p { color: rgb(144,230,249); }
H1.HeaderClassName
{
color: #90E6F9;
}
.AnyTagClassName
{
color: #90E6F9;
}
</style>
background-color css
<style>
a { background-color: #90E6F9; }
a { background-color: rgb(144,230,249); }
div.DivClassName
{
background-color: #90E6F9;
}
.BgClassName
{
background-color: #90E6F9;
}
</style>
border-color css
<style>
span { border-color: #90E6F9; }
span { border-color: rgb(144,230,249); }
td.TdClassName
{
border-color: #90E6F9;
}
.TagClassName
{
border-color: #90E6F9;
}
</style>