Shades of Columbia Blue #90D8FA
Tints of Columbia Blue #90D8FA
RGB
CMYK
RGB Variations
Color information
#90D8FA (or 0x90D8FA) is known color: Columbia Blue. HEX triplet: 90, D8 and FA. RGB value is (144,216,250). Sum of RGB (Red+Green+Blue) = 144+216+250=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #90D8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D8FA is #6F2705. Grayscale: #C6C6C6. Windows color (decimal): -7284486 or 16439440. OLE color: 16439440.
HSL color Cylindrical-coordinate representation of color #90D8FA: hue angle of 199.25º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90D8FA is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 216 | 250 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.02 |
| HSL | 199.25º | 0.91% | 0.77% | - |
| HSV(B) | 199.25º | 0.42% | 0.98% | - |
| XYZ | 53.31 | 61.94 | 99.59 | - |
| YUV | 198.35 | 157.15 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 250 | 0.42 | 0.14 | 0 | 0.02 | 199.25 | 0.91 | 0.77 |
| Hex | 90 | D8 | FA | 2A | E | 0 | 2 | C7 | 5B | 4D |
| Octal | 220 | 330 | 372 | 52 | 16 | 0 | 2 | 307 | 133 | 115 |
| Binary | 10010000 | 11011000 | 11111010 | 101010 | 1110 | 0 | 10 | 11000111 | 1011011 | 1001101 |
Color Harmonies of #90D8FA
Complementary color
Monochromatic Colors of #90D8FA
Black with #90D8FA
Text Example
Text Example
White with #90D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D8FA; }
p { color: rgb(144,216,250); }
H1.HeaderClassName
{
color: #90D8FA;
}
.AnyTagClassName
{
color: #90D8FA;
}
</style>
background-color css
<style>
a { background-color: #90D8FA; }
a { background-color: rgb(144,216,250); }
div.DivClassName
{
background-color: #90D8FA;
}
.BgClassName
{
background-color: #90D8FA;
}
</style>
border-color css
<style>
span { border-color: #90D8FA; }
span { border-color: rgb(144,216,250); }
td.TdClassName
{
border-color: #90D8FA;
}
.TagClassName
{
border-color: #90D8FA;
}
</style>