Shades of Columbia Blue #90DAFC
Tints of Columbia Blue #90DAFC
RGB
CMYK
RGB Variations
Color information
#90DAFC (or 0x90DAFC) is known color: Columbia Blue. HEX triplet: 90, DA and FC. RGB value is (144,218,252). Sum of RGB (Red+Green+Blue) = 144+218+252=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #90DAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DAFC is #6F2503. Grayscale: #C7C7C7. Windows color (decimal): -7283972 or 16571024. OLE color: 16571024.
HSL color Cylindrical-coordinate representation of color #90DAFC: hue angle of 198.89º 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 #90DAFC is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 218 | 252 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.01 |
| HSL | 198.89º | 0.95% | 0.78% | - |
| HSV(B) | 198.89º | 0.43% | 0.99% | - |
| XYZ | 54.14 | 63.1 | 101.42 | - |
| YUV | 199.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 252 | 0.43 | 0.13 | 0 | 0.01 | 198.89 | 0.95 | 0.78 |
| Hex | 90 | DA | FC | 2B | D | 0 | 1 | C7 | 5F | 4E |
| Octal | 220 | 332 | 374 | 53 | 15 | 0 | 1 | 307 | 137 | 116 |
| Binary | 10010000 | 11011010 | 11111100 | 101011 | 1101 | 0 | 1 | 11000111 | 1011111 | 1001110 |
Color Harmonies of #90DAFC
Complementary color
Monochromatic Colors of #90DAFC
Black with #90DAFC
Text Example
Text Example
White with #90DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAFC; }
p { color: rgb(144,218,252); }
H1.HeaderClassName
{
color: #90DAFC;
}
.AnyTagClassName
{
color: #90DAFC;
}
</style>
background-color css
<style>
a { background-color: #90DAFC; }
a { background-color: rgb(144,218,252); }
div.DivClassName
{
background-color: #90DAFC;
}
.BgClassName
{
background-color: #90DAFC;
}
</style>
border-color css
<style>
span { border-color: #90DAFC; }
span { border-color: rgb(144,218,252); }
td.TdClassName
{
border-color: #90DAFC;
}
.TagClassName
{
border-color: #90DAFC;
}
</style>