Shades of Columbia Blue #90DEFF
Tints of Columbia Blue #90DEFF
RGB
CMYK
RGB Variations
Color information
#90DEFF (or 0x90DEFF) is known color: Columbia Blue. HEX triplet: 90, DE and FF. RGB value is (144,222,255). Sum of RGB (Red+Green+Blue) = 144+222+255=621 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.19% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #90DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEFF is #6F2100. Grayscale: #CACACA. Windows color (decimal): -7282945 or 16768656. OLE color: 16768656.
HSL color Cylindrical-coordinate representation of color #90DEFF: hue angle of 197.84º 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 #90DEFF is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 222 | 255 | - |
| CMYK | 0.44 | 0.13 | 0 | 0 |
| HSL | 197.84º | 1% | 0.78% | - |
| HSV(B) | 197.84º | 0.44% | 1% | - |
| XYZ | 55.67 | 65.39 | 104.3 | - |
| YUV | 202.44 | 157.66 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 255 | 0.44 | 0.13 | 0 | 0 | 197.84 | 1 | 0.78 |
| Hex | 90 | DE | FF | 2C | D | 0 | 0 | C6 | 64 | 4E |
| Octal | 220 | 336 | 377 | 54 | 15 | 0 | 0 | 306 | 144 | 116 |
| Binary | 10010000 | 11011110 | 11111111 | 101100 | 1101 | 0 | 0 | 11000110 | 1100100 | 1001110 |
Color Harmonies of #90DEFF
Complementary color
Monochromatic Colors of #90DEFF
Black with #90DEFF
Text Example
Text Example
White with #90DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEFF; }
p { color: rgb(144,222,255); }
H1.HeaderClassName
{
color: #90DEFF;
}
.AnyTagClassName
{
color: #90DEFF;
}
</style>
background-color css
<style>
a { background-color: #90DEFF; }
a { background-color: rgb(144,222,255); }
div.DivClassName
{
background-color: #90DEFF;
}
.BgClassName
{
background-color: #90DEFF;
}
</style>
border-color css
<style>
span { border-color: #90DEFF; }
span { border-color: rgb(144,222,255); }
td.TdClassName
{
border-color: #90DEFF;
}
.TagClassName
{
border-color: #90DEFF;
}
</style>