Shades of Columbia Blue #90EAFF
Tints of Columbia Blue #90EAFF
RGB
CMYK
RGB Variations
Color information
#90EAFF (or 0x90EAFF) is known color: Columbia Blue. HEX triplet: 90, EA and FF. RGB value is (144,234,255). Sum of RGB (Red+Green+Blue) = 144+234+255=633 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.75% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #90EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAFF is #6F1500. Grayscale: #D1D1D1. Windows color (decimal): -7279873 or 16771728. OLE color: 16771728.
HSL color Cylindrical-coordinate representation of color #90EAFF: hue angle of 191.35º 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 #90EAFF is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 234 | 255 | - |
| CMYK | 0.44 | 0.08 | 0 | 0 |
| HSL | 191.35º | 1% | 0.78% | - |
| HSV(B) | 191.35º | 0.44% | 1% | - |
| XYZ | 58.97 | 71.99 | 105.4 | - |
| YUV | 209.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 255 | 0.44 | 0.08 | 0 | 0 | 191.35 | 1 | 0.78 |
| Hex | 90 | EA | FF | 2C | 8 | 0 | 0 | BF | 64 | 4E |
| Octal | 220 | 352 | 377 | 54 | 10 | 0 | 0 | 277 | 144 | 116 |
| Binary | 10010000 | 11101010 | 11111111 | 101100 | 1000 | 0 | 0 | 10111111 | 1100100 | 1001110 |
Color Harmonies of #90EAFF
Complementary color
Monochromatic Colors of #90EAFF
Black with #90EAFF
Text Example
Text Example
White with #90EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAFF; }
p { color: rgb(144,234,255); }
H1.HeaderClassName
{
color: #90EAFF;
}
.AnyTagClassName
{
color: #90EAFF;
}
</style>
background-color css
<style>
a { background-color: #90EAFF; }
a { background-color: rgb(144,234,255); }
div.DivClassName
{
background-color: #90EAFF;
}
.BgClassName
{
background-color: #90EAFF;
}
</style>
border-color css
<style>
span { border-color: #90EAFF; }
span { border-color: rgb(144,234,255); }
td.TdClassName
{
border-color: #90EAFF;
}
.TagClassName
{
border-color: #90EAFF;
}
</style>