Shades of Columbia Blue #90DDFB
Tints of Columbia Blue #90DDFB
RGB
CMYK
RGB Variations
Color information
#90DDFB (or 0x90DDFB) is known color: Columbia Blue. HEX triplet: 90, DD and FB. RGB value is (144,221,251). Sum of RGB (Red+Green+Blue) = 144+221+251=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #90DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDFB is #6F2204. Grayscale: #C9C9C9. Windows color (decimal): -7283205 or 16506256. OLE color: 16506256.
HSL color Cylindrical-coordinate representation of color #90DDFB: hue angle of 196.82º 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 #90DDFB is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 221 | 251 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.02 |
| HSL | 196.82º | 0.93% | 0.77% | - |
| HSV(B) | 196.82º | 0.43% | 0.98% | - |
| XYZ | 54.77 | 64.61 | 100.85 | - |
| YUV | 201.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 251 | 0.43 | 0.12 | 0 | 0.02 | 196.82 | 0.93 | 0.77 |
| Hex | 90 | DD | FB | 2B | C | 0 | 2 | C5 | 5D | 4D |
| Octal | 220 | 335 | 373 | 53 | 14 | 0 | 2 | 305 | 135 | 115 |
| Binary | 10010000 | 11011101 | 11111011 | 101011 | 1100 | 0 | 10 | 11000101 | 1011101 | 1001101 |
Color Harmonies of #90DDFB
Complementary color
Monochromatic Colors of #90DDFB
Black with #90DDFB
Text Example
Text Example
White with #90DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDFB; }
p { color: rgb(144,221,251); }
H1.HeaderClassName
{
color: #90DDFB;
}
.AnyTagClassName
{
color: #90DDFB;
}
</style>
background-color css
<style>
a { background-color: #90DDFB; }
a { background-color: rgb(144,221,251); }
div.DivClassName
{
background-color: #90DDFB;
}
.BgClassName
{
background-color: #90DDFB;
}
</style>
border-color css
<style>
span { border-color: #90DDFB; }
span { border-color: rgb(144,221,251); }
td.TdClassName
{
border-color: #90DDFB;
}
.TagClassName
{
border-color: #90DDFB;
}
</style>