Shades of Columbia Blue #90EAFD
Tints of Columbia Blue #90EAFD
RGB
CMYK
RGB Variations
Color information
#90EAFD (or 0x90EAFD) is known color: Columbia Blue. HEX triplet: 90, EA and FD. RGB value is (144,234,253). Sum of RGB (Red+Green+Blue) = 144+234+253=631 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.82% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #90EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAFD is #6F1502. Grayscale: #D1D1D1. Windows color (decimal): -7279875 or 16640656. OLE color: 16640656.
HSL color Cylindrical-coordinate representation of color #90EAFD: hue angle of 190.46º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90EAFD is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 234 | 253 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.01 |
| HSL | 190.46º | 0.96% | 0.78% | - |
| HSV(B) | 190.46º | 0.43% | 0.99% | - |
| XYZ | 58.65 | 71.87 | 103.71 | - |
| YUV | 209.26 | 152.68 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 253 | 0.43 | 0.08 | 0 | 0.01 | 190.46 | 0.96 | 0.78 |
| Hex | 90 | EA | FD | 2B | 8 | 0 | 1 | BE | 60 | 4E |
| Octal | 220 | 352 | 375 | 53 | 10 | 0 | 1 | 276 | 140 | 116 |
| Binary | 10010000 | 11101010 | 11111101 | 101011 | 1000 | 0 | 1 | 10111110 | 1100000 | 1001110 |
Color Harmonies of #90EAFD
Complementary color
Monochromatic Colors of #90EAFD
Black with #90EAFD
Text Example
Text Example
White with #90EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAFD; }
p { color: rgb(144,234,253); }
H1.HeaderClassName
{
color: #90EAFD;
}
.AnyTagClassName
{
color: #90EAFD;
}
</style>
background-color css
<style>
a { background-color: #90EAFD; }
a { background-color: rgb(144,234,253); }
div.DivClassName
{
background-color: #90EAFD;
}
.BgClassName
{
background-color: #90EAFD;
}
</style>
border-color css
<style>
span { border-color: #90EAFD; }
span { border-color: rgb(144,234,253); }
td.TdClassName
{
border-color: #90EAFD;
}
.TagClassName
{
border-color: #90EAFD;
}
</style>