Shades of Columbia Blue #90E5FC
Tints of Columbia Blue #90E5FC
RGB
CMYK
RGB Variations
Color information
#90E5FC (or 0x90E5FC) is known color: Columbia Blue. HEX triplet: 90, E5 and FC. RGB value is (144,229,252). Sum of RGB (Red+Green+Blue) = 144+229+252=625 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.04% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #90E5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E5FC is #6F1A03. Grayscale: #CECECE. Windows color (decimal): -7281156 or 16573840. OLE color: 16573840.
HSL color Cylindrical-coordinate representation of color #90E5FC: hue angle of 192.78º degrees, saturation: 0.95, 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 #90E5FC is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 229 | 252 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.01 |
| HSL | 192.78º | 0.95% | 0.78% | - |
| HSV(B) | 192.78º | 0.43% | 0.99% | - |
| XYZ | 57.09 | 69 | 102.4 | - |
| YUV | 206.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 252 | 0.43 | 0.09 | 0 | 0.01 | 192.78 | 0.95 | 0.78 |
| Hex | 90 | E5 | FC | 2B | 9 | 0 | 1 | C1 | 5F | 4E |
| Octal | 220 | 345 | 374 | 53 | 11 | 0 | 1 | 301 | 137 | 116 |
| Binary | 10010000 | 11100101 | 11111100 | 101011 | 1001 | 0 | 1 | 11000001 | 1011111 | 1001110 |
Color Harmonies of #90E5FC
Complementary color
Monochromatic Colors of #90E5FC
Black with #90E5FC
Text Example
Text Example
White with #90E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E5FC; }
p { color: rgb(144,229,252); }
H1.HeaderClassName
{
color: #90E5FC;
}
.AnyTagClassName
{
color: #90E5FC;
}
</style>
background-color css
<style>
a { background-color: #90E5FC; }
a { background-color: rgb(144,229,252); }
div.DivClassName
{
background-color: #90E5FC;
}
.BgClassName
{
background-color: #90E5FC;
}
</style>
border-color css
<style>
span { border-color: #90E5FC; }
span { border-color: rgb(144,229,252); }
td.TdClassName
{
border-color: #90E5FC;
}
.TagClassName
{
border-color: #90E5FC;
}
</style>