Shades of Columbia Blue #90D8FF
Tints of Columbia Blue #90D8FF
RGB
CMYK
RGB Variations
Color information
#90D8FF (or 0x90D8FF) is known color: Columbia Blue. HEX triplet: 90, D8 and FF. RGB value is (144,216,255). Sum of RGB (Red+Green+Blue) = 144+216+255=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #90D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D8FF is #6F2700. Grayscale: #C6C6C6. Windows color (decimal): -7284481 or 16767120. OLE color: 16767120.
HSL color Cylindrical-coordinate representation of color #90D8FF: hue angle of 201.08º 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 #90D8FF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 216 | 255 | - |
| CMYK | 0.44 | 0.15 | 0 | 0 |
| HSL | 201.08º | 1% | 0.78% | - |
| HSV(B) | 201.08º | 0.44% | 1% | - |
| XYZ | 54.11 | 62.26 | 103.77 | - |
| YUV | 198.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 255 | 0.44 | 0.15 | 0 | 0 | 201.08 | 1 | 0.78 |
| Hex | 90 | D8 | FF | 2C | F | 0 | 0 | C9 | 64 | 4E |
| Octal | 220 | 330 | 377 | 54 | 17 | 0 | 0 | 311 | 144 | 116 |
| Binary | 10010000 | 11011000 | 11111111 | 101100 | 1111 | 0 | 0 | 11001001 | 1100100 | 1001110 |
Color Harmonies of #90D8FF
Complementary color
Monochromatic Colors of #90D8FF
Black with #90D8FF
Text Example
Text Example
White with #90D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D8FF; }
p { color: rgb(144,216,255); }
H1.HeaderClassName
{
color: #90D8FF;
}
.AnyTagClassName
{
color: #90D8FF;
}
</style>
background-color css
<style>
a { background-color: #90D8FF; }
a { background-color: rgb(144,216,255); }
div.DivClassName
{
background-color: #90D8FF;
}
.BgClassName
{
background-color: #90D8FF;
}
</style>
border-color css
<style>
span { border-color: #90D8FF; }
span { border-color: rgb(144,216,255); }
td.TdClassName
{
border-color: #90D8FF;
}
.TagClassName
{
border-color: #90D8FF;
}
</style>