Shades of Columbia Blue #90DAFB
Tints of Columbia Blue #90DAFB
RGB
CMYK
RGB Variations
Color information
#90DAFB (or 0x90DAFB) is known color: Columbia Blue. HEX triplet: 90, DA and FB. RGB value is (144,218,251). Sum of RGB (Red+Green+Blue) = 144+218+251=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #90DAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DAFB is #6F2504. Grayscale: #C7C7C7. Windows color (decimal): -7283973 or 16505488. OLE color: 16505488.
HSL color Cylindrical-coordinate representation of color #90DAFB: hue angle of 198.5º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90DAFB is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 218 | 251 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.02 |
| HSL | 198.5º | 0.93% | 0.77% | - |
| HSV(B) | 198.5º | 0.43% | 0.98% | - |
| XYZ | 53.99 | 63.04 | 100.59 | - |
| YUV | 199.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 251 | 0.43 | 0.13 | 0 | 0.02 | 198.5 | 0.93 | 0.77 |
| Hex | 90 | DA | FB | 2B | D | 0 | 2 | C7 | 5D | 4D |
| Octal | 220 | 332 | 373 | 53 | 15 | 0 | 2 | 307 | 135 | 115 |
| Binary | 10010000 | 11011010 | 11111011 | 101011 | 1101 | 0 | 10 | 11000111 | 1011101 | 1001101 |
Color Harmonies of #90DAFB
Complementary color
Monochromatic Colors of #90DAFB
Black with #90DAFB
Text Example
Text Example
White with #90DAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAFB; }
p { color: rgb(144,218,251); }
H1.HeaderClassName
{
color: #90DAFB;
}
.AnyTagClassName
{
color: #90DAFB;
}
</style>
background-color css
<style>
a { background-color: #90DAFB; }
a { background-color: rgb(144,218,251); }
div.DivClassName
{
background-color: #90DAFB;
}
.BgClassName
{
background-color: #90DAFB;
}
</style>
border-color css
<style>
span { border-color: #90DAFB; }
span { border-color: rgb(144,218,251); }
td.TdClassName
{
border-color: #90DAFB;
}
.TagClassName
{
border-color: #90DAFB;
}
</style>