Shades of Columbia Blue #90DBFB
Tints of Columbia Blue #90DBFB
RGB
CMYK
RGB Variations
Color information
#90DBFB (or 0x90DBFB) is known color: Columbia Blue. HEX triplet: 90, DB and FB. RGB value is (144,219,251). Sum of RGB (Red+Green+Blue) = 144+219+251=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #90DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBFB is #6F2404. Grayscale: #C8C8C8. Windows color (decimal): -7283717 or 16505744. OLE color: 16505744.
HSL color Cylindrical-coordinate representation of color #90DBFB: hue angle of 197.94º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90DBFB is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 219 | 251 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.02 |
| HSL | 197.94º | 0.93% | 0.77% | - |
| HSV(B) | 197.94º | 0.43% | 0.98% | - |
| XYZ | 54.25 | 63.56 | 100.68 | - |
| YUV | 200.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 251 | 0.43 | 0.13 | 0 | 0.02 | 197.94 | 0.93 | 0.77 |
| Hex | 90 | DB | FB | 2B | D | 0 | 2 | C6 | 5D | 4D |
| Octal | 220 | 333 | 373 | 53 | 15 | 0 | 2 | 306 | 135 | 115 |
| Binary | 10010000 | 11011011 | 11111011 | 101011 | 1101 | 0 | 10 | 11000110 | 1011101 | 1001101 |
Color Harmonies of #90DBFB
Complementary color
Monochromatic Colors of #90DBFB
Black with #90DBFB
Text Example
Text Example
White with #90DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBFB; }
p { color: rgb(144,219,251); }
H1.HeaderClassName
{
color: #90DBFB;
}
.AnyTagClassName
{
color: #90DBFB;
}
</style>
background-color css
<style>
a { background-color: #90DBFB; }
a { background-color: rgb(144,219,251); }
div.DivClassName
{
background-color: #90DBFB;
}
.BgClassName
{
background-color: #90DBFB;
}
</style>
border-color css
<style>
span { border-color: #90DBFB; }
span { border-color: rgb(144,219,251); }
td.TdClassName
{
border-color: #90DBFB;
}
.TagClassName
{
border-color: #90DBFB;
}
</style>