Shades of Columbia Blue #90DBFC
Tints of Columbia Blue #90DBFC
RGB
CMYK
RGB Variations
Color information
#90DBFC (or 0x90DBFC) is known color: Columbia Blue. HEX triplet: 90, DB and FC. RGB value is (144,219,252). Sum of RGB (Red+Green+Blue) = 144+219+252=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #90DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DBFC is #6F2403. Grayscale: #C8C8C8. Windows color (decimal): -7283716 or 16571280. OLE color: 16571280.
HSL color Cylindrical-coordinate representation of color #90DBFC: hue angle of 198.33º degrees, saturation: 0.95, 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 #90DBFC is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 219 | 252 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.01 |
| HSL | 198.33º | 0.95% | 0.78% | - |
| HSV(B) | 198.33º | 0.43% | 0.99% | - |
| XYZ | 54.4 | 63.62 | 101.51 | - |
| YUV | 200.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 252 | 0.43 | 0.13 | 0 | 0.01 | 198.33 | 0.95 | 0.78 |
| Hex | 90 | DB | FC | 2B | D | 0 | 1 | C6 | 5F | 4E |
| Octal | 220 | 333 | 374 | 53 | 15 | 0 | 1 | 306 | 137 | 116 |
| Binary | 10010000 | 11011011 | 11111100 | 101011 | 1101 | 0 | 1 | 11000110 | 1011111 | 1001110 |
Color Harmonies of #90DBFC
Complementary color
Monochromatic Colors of #90DBFC
Black with #90DBFC
Text Example
Text Example
White with #90DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBFC; }
p { color: rgb(144,219,252); }
H1.HeaderClassName
{
color: #90DBFC;
}
.AnyTagClassName
{
color: #90DBFC;
}
</style>
background-color css
<style>
a { background-color: #90DBFC; }
a { background-color: rgb(144,219,252); }
div.DivClassName
{
background-color: #90DBFC;
}
.BgClassName
{
background-color: #90DBFC;
}
</style>
border-color css
<style>
span { border-color: #90DBFC; }
span { border-color: rgb(144,219,252); }
td.TdClassName
{
border-color: #90DBFC;
}
.TagClassName
{
border-color: #90DBFC;
}
</style>