Shades of Columbia Blue #90EBFF
Tints of Columbia Blue #90EBFF
RGB
CMYK
RGB Variations
Color information
#90EBFF (or 0x90EBFF) is known color: Columbia Blue. HEX triplet: 90, EB and FF. RGB value is (144,235,255). Sum of RGB (Red+Green+Blue) = 144+235+255=634 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.71% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #90EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBFF is #6F1400. Grayscale: #D1D1D1. Windows color (decimal): -7279617 or 16771984. OLE color: 16771984.
HSL color Cylindrical-coordinate representation of color #90EBFF: hue angle of 190.81º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90EBFF is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 235 | 255 | - |
| CMYK | 0.44 | 0.08 | 0 | 0 |
| HSL | 190.81º | 1% | 0.78% | - |
| HSV(B) | 190.81º | 0.44% | 1% | - |
| XYZ | 59.26 | 72.57 | 105.49 | - |
| YUV | 210.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 255 | 0.44 | 0.08 | 0 | 0 | 190.81 | 1 | 0.78 |
| Hex | 90 | EB | FF | 2C | 8 | 0 | 0 | BF | 64 | 4E |
| Octal | 220 | 353 | 377 | 54 | 10 | 0 | 0 | 277 | 144 | 116 |
| Binary | 10010000 | 11101011 | 11111111 | 101100 | 1000 | 0 | 0 | 10111111 | 1100100 | 1001110 |
Color Harmonies of #90EBFF
Complementary color
Monochromatic Colors of #90EBFF
Black with #90EBFF
Text Example
Text Example
White with #90EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EBFF; }
p { color: rgb(144,235,255); }
H1.HeaderClassName
{
color: #90EBFF;
}
.AnyTagClassName
{
color: #90EBFF;
}
</style>
background-color css
<style>
a { background-color: #90EBFF; }
a { background-color: rgb(144,235,255); }
div.DivClassName
{
background-color: #90EBFF;
}
.BgClassName
{
background-color: #90EBFF;
}
</style>
border-color css
<style>
span { border-color: #90EBFF; }
span { border-color: rgb(144,235,255); }
td.TdClassName
{
border-color: #90EBFF;
}
.TagClassName
{
border-color: #90EBFF;
}
</style>