Shades of Columbia Blue #90DBFA
Tints of Columbia Blue #90DBFA
RGB
CMYK
RGB Variations
Color information
#90DBFA (or 0x90DBFA) is known color: Columbia Blue. HEX triplet: 90, DB and FA. RGB value is (144,219,250). Sum of RGB (Red+Green+Blue) = 144+219+250=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #90DBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBFA is #6F2405. Grayscale: #C7C7C7. Windows color (decimal): -7283718 or 16440208. OLE color: 16440208.
HSL color Cylindrical-coordinate representation of color #90DBFA: hue angle of 197.55º 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 #90DBFA is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 219 | 250 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.02 |
| HSL | 197.55º | 0.91% | 0.77% | - |
| HSV(B) | 197.55º | 0.42% | 0.98% | - |
| XYZ | 54.09 | 63.49 | 99.85 | - |
| YUV | 200.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 250 | 0.42 | 0.12 | 0 | 0.02 | 197.55 | 0.91 | 0.77 |
| Hex | 90 | DB | FA | 2A | C | 0 | 2 | C6 | 5B | 4D |
| Octal | 220 | 333 | 372 | 52 | 14 | 0 | 2 | 306 | 133 | 115 |
| Binary | 10010000 | 11011011 | 11111010 | 101010 | 1100 | 0 | 10 | 11000110 | 1011011 | 1001101 |
Color Harmonies of #90DBFA
Complementary color
Monochromatic Colors of #90DBFA
Black with #90DBFA
Text Example
Text Example
White with #90DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBFA; }
p { color: rgb(144,219,250); }
H1.HeaderClassName
{
color: #90DBFA;
}
.AnyTagClassName
{
color: #90DBFA;
}
</style>
background-color css
<style>
a { background-color: #90DBFA; }
a { background-color: rgb(144,219,250); }
div.DivClassName
{
background-color: #90DBFA;
}
.BgClassName
{
background-color: #90DBFA;
}
</style>
border-color css
<style>
span { border-color: #90DBFA; }
span { border-color: rgb(144,219,250); }
td.TdClassName
{
border-color: #90DBFA;
}
.TagClassName
{
border-color: #90DBFA;
}
</style>