Shades of Columbia Blue #90DDF8
Tints of Columbia Blue #90DDF8
RGB
CMYK
RGB Variations
Color information
#90DDF8 (or 0x90DDF8) is known color: Columbia Blue. HEX triplet: 90, DD and F8. RGB value is (144,221,248). Sum of RGB (Red+Green+Blue) = 144+221+248=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #90DDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDF8 is #6F2207. Grayscale: #C8C8C8. Windows color (decimal): -7283208 or 16309648. OLE color: 16309648.
HSL color Cylindrical-coordinate representation of color #90DDF8: hue angle of 195.58º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90DDF8 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 221 | 248 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.03 |
| HSL | 195.58º | 0.88% | 0.77% | - |
| HSV(B) | 195.58º | 0.42% | 0.97% | - |
| XYZ | 54.3 | 64.42 | 98.38 | - |
| YUV | 201.06 | 154.49 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 248 | 0.42 | 0.11 | 0 | 0.03 | 195.58 | 0.88 | 0.77 |
| Hex | 90 | DD | F8 | 2A | B | 0 | 3 | C4 | 58 | 4D |
| Octal | 220 | 335 | 370 | 52 | 13 | 0 | 3 | 304 | 130 | 115 |
| Binary | 10010000 | 11011101 | 11111000 | 101010 | 1011 | 0 | 11 | 11000100 | 1011000 | 1001101 |
Color Harmonies of #90DDF8
Complementary color
Monochromatic Colors of #90DDF8
Black with #90DDF8
Text Example
Text Example
White with #90DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDF8; }
p { color: rgb(144,221,248); }
H1.HeaderClassName
{
color: #90DDF8;
}
.AnyTagClassName
{
color: #90DDF8;
}
</style>
background-color css
<style>
a { background-color: #90DDF8; }
a { background-color: rgb(144,221,248); }
div.DivClassName
{
background-color: #90DDF8;
}
.BgClassName
{
background-color: #90DDF8;
}
</style>
border-color css
<style>
span { border-color: #90DDF8; }
span { border-color: rgb(144,221,248); }
td.TdClassName
{
border-color: #90DDF8;
}
.TagClassName
{
border-color: #90DDF8;
}
</style>