Shades of Columbia Blue #90EAFE
Tints of Columbia Blue #90EAFE
RGB
CMYK
RGB Variations
Color information
#90EAFE (or 0x90EAFE) is known color: Columbia Blue. HEX triplet: 90, EA and FE. RGB value is (144,234,254). Sum of RGB (Red+Green+Blue) = 144+234+254=632 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.78% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #90EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAFE is #6F1501. Grayscale: #D1D1D1. Windows color (decimal): -7279874 or 16706192. OLE color: 16706192.
HSL color Cylindrical-coordinate representation of color #90EAFE: hue angle of 190.91º 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 #90EAFE is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 234 | 254 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.00 |
| HSL | 190.91º | 0.98% | 0.78% | - |
| HSV(B) | 190.91º | 0.43% | 1% | - |
| XYZ | 58.81 | 71.93 | 104.55 | - |
| YUV | 209.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 254 | 0.43 | 0.08 | 0 | 0.00 | 190.91 | 0.98 | 0.78 |
| Hex | 90 | EA | FE | 2B | 8 | 0 | 0 | BF | 62 | 4E |
| Octal | 220 | 352 | 376 | 53 | 10 | 0 | 0 | 277 | 142 | 116 |
| Binary | 10010000 | 11101010 | 11111110 | 101011 | 1000 | 0 | 0 | 10111111 | 1100010 | 1001110 |
Color Harmonies of #90EAFE
Complementary color
Monochromatic Colors of #90EAFE
Black with #90EAFE
Text Example
Text Example
White with #90EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAFE; }
p { color: rgb(144,234,254); }
H1.HeaderClassName
{
color: #90EAFE;
}
.AnyTagClassName
{
color: #90EAFE;
}
</style>
background-color css
<style>
a { background-color: #90EAFE; }
a { background-color: rgb(144,234,254); }
div.DivClassName
{
background-color: #90EAFE;
}
.BgClassName
{
background-color: #90EAFE;
}
</style>
border-color css
<style>
span { border-color: #90EAFE; }
span { border-color: rgb(144,234,254); }
td.TdClassName
{
border-color: #90EAFE;
}
.TagClassName
{
border-color: #90EAFE;
}
</style>