Shades of Columbia Blue #90E4FB
Tints of Columbia Blue #90E4FB
RGB
CMYK
RGB Variations
Color information
#90E4FB (or 0x90E4FB) is known color: Columbia Blue. HEX triplet: 90, E4 and FB. RGB value is (144,228,251). Sum of RGB (Red+Green+Blue) = 144+228+251=623 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.11% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #90E4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E4FB is #6F1B04. Grayscale: #CDCDCD. Windows color (decimal): -7281413 or 16508048. OLE color: 16508048.
HSL color Cylindrical-coordinate representation of color #90E4FB: hue angle of 192.9º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90E4FB is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 228 | 251 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.02 |
| HSL | 192.9º | 0.93% | 0.77% | - |
| HSV(B) | 192.9º | 0.43% | 0.98% | - |
| XYZ | 56.66 | 68.38 | 101.48 | - |
| YUV | 205.51 | 153.67 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 228 | 251 | 0.43 | 0.09 | 0 | 0.02 | 192.9 | 0.93 | 0.77 |
| Hex | 90 | E4 | FB | 2B | 9 | 0 | 2 | C1 | 5D | 4D |
| Octal | 220 | 344 | 373 | 53 | 11 | 0 | 2 | 301 | 135 | 115 |
| Binary | 10010000 | 11100100 | 11111011 | 101011 | 1001 | 0 | 10 | 11000001 | 1011101 | 1001101 |
Color Harmonies of #90E4FB
Complementary color
Monochromatic Colors of #90E4FB
Black with #90E4FB
Text Example
Text Example
White with #90E4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E4FB; }
p { color: rgb(144,228,251); }
H1.HeaderClassName
{
color: #90E4FB;
}
.AnyTagClassName
{
color: #90E4FB;
}
</style>
background-color css
<style>
a { background-color: #90E4FB; }
a { background-color: rgb(144,228,251); }
div.DivClassName
{
background-color: #90E4FB;
}
.BgClassName
{
background-color: #90E4FB;
}
</style>
border-color css
<style>
span { border-color: #90E4FB; }
span { border-color: rgb(144,228,251); }
td.TdClassName
{
border-color: #90E4FB;
}
.TagClassName
{
border-color: #90E4FB;
}
</style>