Shades of Columbia Blue #90EBFD
Tints of Columbia Blue #90EBFD
RGB
CMYK
RGB Variations
Color information
#90EBFD (or 0x90EBFD) is known color: Columbia Blue. HEX triplet: 90, EB and FD. RGB value is (144,235,253). Sum of RGB (Red+Green+Blue) = 144+235+253=632 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.78% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #90EBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBFD is #6F1402. Grayscale: #D1D1D1. Windows color (decimal): -7279619 or 16640912. OLE color: 16640912.
HSL color Cylindrical-coordinate representation of color #90EBFD: hue angle of 189.91º 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 #90EBFD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 235 | 253 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.01 |
| HSL | 189.91º | 0.96% | 0.78% | - |
| HSV(B) | 189.91º | 0.43% | 0.99% | - |
| XYZ | 58.94 | 72.44 | 103.8 | - |
| YUV | 209.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 253 | 0.43 | 0.07 | 0 | 0.01 | 189.91 | 0.96 | 0.78 |
| Hex | 90 | EB | FD | 2B | 7 | 0 | 1 | BE | 60 | 4E |
| Octal | 220 | 353 | 375 | 53 | 7 | 0 | 1 | 276 | 140 | 116 |
| Binary | 10010000 | 11101011 | 11111101 | 101011 | 111 | 0 | 1 | 10111110 | 1100000 | 1001110 |
Color Harmonies of #90EBFD
Complementary color
Monochromatic Colors of #90EBFD
Black with #90EBFD
Text Example
Text Example
White with #90EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EBFD; }
p { color: rgb(144,235,253); }
H1.HeaderClassName
{
color: #90EBFD;
}
.AnyTagClassName
{
color: #90EBFD;
}
</style>
background-color css
<style>
a { background-color: #90EBFD; }
a { background-color: rgb(144,235,253); }
div.DivClassName
{
background-color: #90EBFD;
}
.BgClassName
{
background-color: #90EBFD;
}
</style>
border-color css
<style>
span { border-color: #90EBFD; }
span { border-color: rgb(144,235,253); }
td.TdClassName
{
border-color: #90EBFD;
}
.TagClassName
{
border-color: #90EBFD;
}
</style>