Shades of Columbia Blue #90DFFD
Tints of Columbia Blue #90DFFD
RGB
CMYK
RGB Variations
Color information
#90DFFD (or 0x90DFFD) is known color: Columbia Blue. HEX triplet: 90, DF and FD. RGB value is (144,223,253). Sum of RGB (Red+Green+Blue) = 144+223+253=620 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.23% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #90DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DFFD is #6F2002. Grayscale: #CACACA. Windows color (decimal): -7282691 or 16637840. OLE color: 16637840.
HSL color Cylindrical-coordinate representation of color #90DFFD: hue angle of 196.51º degrees, saturation: 0.96, 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 #90DFFD is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 223 | 253 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.01 |
| HSL | 196.51º | 0.96% | 0.78% | - |
| HSV(B) | 196.51º | 0.43% | 0.99% | - |
| XYZ | 55.62 | 65.8 | 102.7 | - |
| YUV | 202.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 253 | 0.43 | 0.12 | 0 | 0.01 | 196.51 | 0.96 | 0.78 |
| Hex | 90 | DF | FD | 2B | C | 0 | 1 | C5 | 60 | 4E |
| Octal | 220 | 337 | 375 | 53 | 14 | 0 | 1 | 305 | 140 | 116 |
| Binary | 10010000 | 11011111 | 11111101 | 101011 | 1100 | 0 | 1 | 11000101 | 1100000 | 1001110 |
Color Harmonies of #90DFFD
Complementary color
Monochromatic Colors of #90DFFD
Black with #90DFFD
Text Example
Text Example
White with #90DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFFD; }
p { color: rgb(144,223,253); }
H1.HeaderClassName
{
color: #90DFFD;
}
.AnyTagClassName
{
color: #90DFFD;
}
</style>
background-color css
<style>
a { background-color: #90DFFD; }
a { background-color: rgb(144,223,253); }
div.DivClassName
{
background-color: #90DFFD;
}
.BgClassName
{
background-color: #90DFFD;
}
</style>
border-color css
<style>
span { border-color: #90DFFD; }
span { border-color: rgb(144,223,253); }
td.TdClassName
{
border-color: #90DFFD;
}
.TagClassName
{
border-color: #90DFFD;
}
</style>