Shades of Columbia Blue #90DEFD
Tints of Columbia Blue #90DEFD
RGB
CMYK
RGB Variations
Color information
#90DEFD (or 0x90DEFD) is known color: Columbia Blue. HEX triplet: 90, DE and FD. RGB value is (144,222,253). Sum of RGB (Red+Green+Blue) = 144+222+253=619 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.26% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #90DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEFD is #6F2102. Grayscale: #CACACA. Windows color (decimal): -7282947 or 16637584. OLE color: 16637584.
HSL color Cylindrical-coordinate representation of color #90DEFD: hue angle of 197.06º 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 #90DEFD is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 222 | 253 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.01 |
| HSL | 197.06º | 0.96% | 0.78% | - |
| HSV(B) | 197.06º | 0.43% | 0.99% | - |
| XYZ | 55.35 | 65.26 | 102.61 | - |
| YUV | 202.21 | 156.66 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 253 | 0.43 | 0.12 | 0 | 0.01 | 197.06 | 0.96 | 0.78 |
| Hex | 90 | DE | FD | 2B | C | 0 | 1 | C5 | 60 | 4E |
| Octal | 220 | 336 | 375 | 53 | 14 | 0 | 1 | 305 | 140 | 116 |
| Binary | 10010000 | 11011110 | 11111101 | 101011 | 1100 | 0 | 1 | 11000101 | 1100000 | 1001110 |
Color Harmonies of #90DEFD
Complementary color
Monochromatic Colors of #90DEFD
Black with #90DEFD
Text Example
Text Example
White with #90DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEFD; }
p { color: rgb(144,222,253); }
H1.HeaderClassName
{
color: #90DEFD;
}
.AnyTagClassName
{
color: #90DEFD;
}
</style>
background-color css
<style>
a { background-color: #90DEFD; }
a { background-color: rgb(144,222,253); }
div.DivClassName
{
background-color: #90DEFD;
}
.BgClassName
{
background-color: #90DEFD;
}
</style>
border-color css
<style>
span { border-color: #90DEFD; }
span { border-color: rgb(144,222,253); }
td.TdClassName
{
border-color: #90DEFD;
}
.TagClassName
{
border-color: #90DEFD;
}
</style>