Shades of Columbia Blue #90E8FC
Tints of Columbia Blue #90E8FC
RGB
CMYK
RGB Variations
Color information
#90E8FC (or 0x90E8FC) is known color: Columbia Blue. HEX triplet: 90, E8 and FC. RGB value is (144,232,252). Sum of RGB (Red+Green+Blue) = 144+232+252=628 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.93% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #90E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E8FC is #6F1703. Grayscale: #CFCFCF. Windows color (decimal): -7280388 or 16574608. OLE color: 16574608.
HSL color Cylindrical-coordinate representation of color #90E8FC: hue angle of 191.11º 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 #90E8FC is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 232 | 252 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.01 |
| HSL | 191.11º | 0.95% | 0.78% | - |
| HSV(B) | 191.11º | 0.43% | 0.99% | - |
| XYZ | 57.93 | 70.67 | 102.68 | - |
| YUV | 207.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 252 | 0.43 | 0.08 | 0 | 0.01 | 191.11 | 0.95 | 0.78 |
| Hex | 90 | E8 | FC | 2B | 8 | 0 | 1 | BF | 5F | 4E |
| Octal | 220 | 350 | 374 | 53 | 10 | 0 | 1 | 277 | 137 | 116 |
| Binary | 10010000 | 11101000 | 11111100 | 101011 | 1000 | 0 | 1 | 10111111 | 1011111 | 1001110 |
Color Harmonies of #90E8FC
Complementary color
Monochromatic Colors of #90E8FC
Black with #90E8FC
Text Example
Text Example
White with #90E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8FC; }
p { color: rgb(144,232,252); }
H1.HeaderClassName
{
color: #90E8FC;
}
.AnyTagClassName
{
color: #90E8FC;
}
</style>
background-color css
<style>
a { background-color: #90E8FC; }
a { background-color: rgb(144,232,252); }
div.DivClassName
{
background-color: #90E8FC;
}
.BgClassName
{
background-color: #90E8FC;
}
</style>
border-color css
<style>
span { border-color: #90E8FC; }
span { border-color: rgb(144,232,252); }
td.TdClassName
{
border-color: #90E8FC;
}
.TagClassName
{
border-color: #90E8FC;
}
</style>