Shades of Columbia Blue #90DBFD
Tints of Columbia Blue #90DBFD
RGB
CMYK
RGB Variations
Color information
#90DBFD (or 0x90DBFD) is known color: Columbia Blue. HEX triplet: 90, DB and FD. RGB value is (144,219,253). Sum of RGB (Red+Green+Blue) = 144+219+253=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #90DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBFD is #6F2402. Grayscale: #C8C8C8. Windows color (decimal): -7283715 or 16636816. OLE color: 16636816.
HSL color Cylindrical-coordinate representation of color #90DBFD: hue angle of 198.72º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90DBFD is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 219 | 253 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.01 |
| HSL | 198.72º | 0.96% | 0.78% | - |
| HSV(B) | 198.72º | 0.43% | 0.99% | - |
| XYZ | 54.56 | 63.68 | 102.35 | - |
| YUV | 200.45 | 157.65 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 253 | 0.43 | 0.13 | 0 | 0.01 | 198.72 | 0.96 | 0.78 |
| Hex | 90 | DB | FD | 2B | D | 0 | 1 | C7 | 60 | 4E |
| Octal | 220 | 333 | 375 | 53 | 15 | 0 | 1 | 307 | 140 | 116 |
| Binary | 10010000 | 11011011 | 11111101 | 101011 | 1101 | 0 | 1 | 11000111 | 1100000 | 1001110 |
Color Harmonies of #90DBFD
Complementary color
Monochromatic Colors of #90DBFD
Black with #90DBFD
Text Example
Text Example
White with #90DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBFD; }
p { color: rgb(144,219,253); }
H1.HeaderClassName
{
color: #90DBFD;
}
.AnyTagClassName
{
color: #90DBFD;
}
</style>
background-color css
<style>
a { background-color: #90DBFD; }
a { background-color: rgb(144,219,253); }
div.DivClassName
{
background-color: #90DBFD;
}
.BgClassName
{
background-color: #90DBFD;
}
</style>
border-color css
<style>
span { border-color: #90DBFD; }
span { border-color: rgb(144,219,253); }
td.TdClassName
{
border-color: #90DBFD;
}
.TagClassName
{
border-color: #90DBFD;
}
</style>