Shades of Columbia Blue #90E6FB
Tints of Columbia Blue #90E6FB
RGB
CMYK
RGB Variations
Color information
#90E6FB (or 0x90E6FB) is known color: Columbia Blue. HEX triplet: 90, E6 and FB. RGB value is (144,230,251). Sum of RGB (Red+Green+Blue) = 144+230+251=625 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.04% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #90E6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6FB is #6F1904. Grayscale: #CECECE. Windows color (decimal): -7280901 or 16508560. OLE color: 16508560.
HSL color Cylindrical-coordinate representation of color #90E6FB: hue angle of 191.78º 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 #90E6FB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 230 | 251 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.02 |
| HSL | 191.78º | 0.93% | 0.77% | - |
| HSV(B) | 191.78º | 0.43% | 0.98% | - |
| XYZ | 57.21 | 69.49 | 101.66 | - |
| YUV | 206.68 | 153.01 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 251 | 0.43 | 0.08 | 0 | 0.02 | 191.78 | 0.93 | 0.77 |
| Hex | 90 | E6 | FB | 2B | 8 | 0 | 2 | C0 | 5D | 4D |
| Octal | 220 | 346 | 373 | 53 | 10 | 0 | 2 | 300 | 135 | 115 |
| Binary | 10010000 | 11100110 | 11111011 | 101011 | 1000 | 0 | 10 | 11000000 | 1011101 | 1001101 |
Color Harmonies of #90E6FB
Complementary color
Monochromatic Colors of #90E6FB
Black with #90E6FB
Text Example
Text Example
White with #90E6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E6FB; }
p { color: rgb(144,230,251); }
H1.HeaderClassName
{
color: #90E6FB;
}
.AnyTagClassName
{
color: #90E6FB;
}
</style>
background-color css
<style>
a { background-color: #90E6FB; }
a { background-color: rgb(144,230,251); }
div.DivClassName
{
background-color: #90E6FB;
}
.BgClassName
{
background-color: #90E6FB;
}
</style>
border-color css
<style>
span { border-color: #90E6FB; }
span { border-color: rgb(144,230,251); }
td.TdClassName
{
border-color: #90E6FB;
}
.TagClassName
{
border-color: #90E6FB;
}
</style>