Shades of Columbia Blue #90DCFC
Tints of Columbia Blue #90DCFC
RGB
CMYK
RGB Variations
Color information
#90DCFC (or 0x90DCFC) is known color: Columbia Blue. HEX triplet: 90, DC and FC. RGB value is (144,220,252). Sum of RGB (Red+Green+Blue) = 144+220+252=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #90DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCFC is #6F2303. Grayscale: #C8C8C8. Windows color (decimal): -7283460 or 16571536. OLE color: 16571536.
HSL color Cylindrical-coordinate representation of color #90DCFC: hue angle of 197.78º 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 #90DCFC is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 220 | 252 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.01 |
| HSL | 197.78º | 0.95% | 0.78% | - |
| HSV(B) | 197.78º | 0.43% | 0.99% | - |
| XYZ | 54.67 | 64.14 | 101.6 | - |
| YUV | 200.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 252 | 0.43 | 0.13 | 0 | 0.01 | 197.78 | 0.95 | 0.78 |
| Hex | 90 | DC | FC | 2B | D | 0 | 1 | C6 | 5F | 4E |
| Octal | 220 | 334 | 374 | 53 | 15 | 0 | 1 | 306 | 137 | 116 |
| Binary | 10010000 | 11011100 | 11111100 | 101011 | 1101 | 0 | 1 | 11000110 | 1011111 | 1001110 |
Color Harmonies of #90DCFC
Complementary color
Monochromatic Colors of #90DCFC
Black with #90DCFC
Text Example
Text Example
White with #90DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCFC; }
p { color: rgb(144,220,252); }
H1.HeaderClassName
{
color: #90DCFC;
}
.AnyTagClassName
{
color: #90DCFC;
}
</style>
background-color css
<style>
a { background-color: #90DCFC; }
a { background-color: rgb(144,220,252); }
div.DivClassName
{
background-color: #90DCFC;
}
.BgClassName
{
background-color: #90DCFC;
}
</style>
border-color css
<style>
span { border-color: #90DCFC; }
span { border-color: rgb(144,220,252); }
td.TdClassName
{
border-color: #90DCFC;
}
.TagClassName
{
border-color: #90DCFC;
}
</style>