Shades of Columbia Blue #90DAFA
Tints of Columbia Blue #90DAFA
RGB
CMYK
RGB Variations
Color information
#90DAFA (or 0x90DAFA) is known color: Columbia Blue. HEX triplet: 90, DA and FA. RGB value is (144,218,250). Sum of RGB (Red+Green+Blue) = 144+218+250=612 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.53% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #90DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DAFA is #6F2505. Grayscale: #C7C7C7. Windows color (decimal): -7283974 or 16439952. OLE color: 16439952.
HSL color Cylindrical-coordinate representation of color #90DAFA: hue angle of 198.11º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90DAFA is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 218 | 250 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.02 |
| HSL | 198.11º | 0.91% | 0.77% | - |
| HSV(B) | 198.11º | 0.42% | 0.98% | - |
| XYZ | 53.83 | 62.97 | 99.76 | - |
| YUV | 199.52 | 156.48 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 250 | 0.42 | 0.13 | 0 | 0.02 | 198.11 | 0.91 | 0.77 |
| Hex | 90 | DA | FA | 2A | D | 0 | 2 | C6 | 5B | 4D |
| Octal | 220 | 332 | 372 | 52 | 15 | 0 | 2 | 306 | 133 | 115 |
| Binary | 10010000 | 11011010 | 11111010 | 101010 | 1101 | 0 | 10 | 11000110 | 1011011 | 1001101 |
Color Harmonies of #90DAFA
Complementary color
Monochromatic Colors of #90DAFA
Black with #90DAFA
Text Example
Text Example
White with #90DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAFA; }
p { color: rgb(144,218,250); }
H1.HeaderClassName
{
color: #90DAFA;
}
.AnyTagClassName
{
color: #90DAFA;
}
</style>
background-color css
<style>
a { background-color: #90DAFA; }
a { background-color: rgb(144,218,250); }
div.DivClassName
{
background-color: #90DAFA;
}
.BgClassName
{
background-color: #90DAFA;
}
</style>
border-color css
<style>
span { border-color: #90DAFA; }
span { border-color: rgb(144,218,250); }
td.TdClassName
{
border-color: #90DAFA;
}
.TagClassName
{
border-color: #90DAFA;
}
</style>