Shades of Columbia Blue #90DBFE
Tints of Columbia Blue #90DBFE
RGB
CMYK
RGB Variations
Color information
#90DBFE (or 0x90DBFE) is known color: Columbia Blue. HEX triplet: 90, DB and FE. RGB value is (144,219,254). Sum of RGB (Red+Green+Blue) = 144+219+254=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #90DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBFE is #6F2401. Grayscale: #C8C8C8. Windows color (decimal): -7283714 or 16702352. OLE color: 16702352.
HSL color Cylindrical-coordinate representation of color #90DBFE: hue angle of 199.09º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90DBFE is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 219 | 254 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.00 |
| HSL | 199.09º | 0.98% | 0.78% | - |
| HSV(B) | 199.09º | 0.43% | 1% | - |
| XYZ | 54.72 | 63.75 | 103.19 | - |
| YUV | 200.57 | 158.15 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 254 | 0.43 | 0.14 | 0 | 0.00 | 199.09 | 0.98 | 0.78 |
| Hex | 90 | DB | FE | 2B | E | 0 | 0 | C7 | 62 | 4E |
| Octal | 220 | 333 | 376 | 53 | 16 | 0 | 0 | 307 | 142 | 116 |
| Binary | 10010000 | 11011011 | 11111110 | 101011 | 1110 | 0 | 0 | 11000111 | 1100010 | 1001110 |
Color Harmonies of #90DBFE
Complementary color
Monochromatic Colors of #90DBFE
Black with #90DBFE
Text Example
Text Example
White with #90DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBFE; }
p { color: rgb(144,219,254); }
H1.HeaderClassName
{
color: #90DBFE;
}
.AnyTagClassName
{
color: #90DBFE;
}
</style>
background-color css
<style>
a { background-color: #90DBFE; }
a { background-color: rgb(144,219,254); }
div.DivClassName
{
background-color: #90DBFE;
}
.BgClassName
{
background-color: #90DBFE;
}
</style>
border-color css
<style>
span { border-color: #90DBFE; }
span { border-color: rgb(144,219,254); }
td.TdClassName
{
border-color: #90DBFE;
}
.TagClassName
{
border-color: #90DBFE;
}
</style>