Shades of Columbia Blue #90DDFD
Tints of Columbia Blue #90DDFD
RGB
CMYK
RGB Variations
Color information
#90DDFD (or 0x90DDFD) is known color: Columbia Blue. HEX triplet: 90, DD and FD. RGB value is (144,221,253). Sum of RGB (Red+Green+Blue) = 144+221+253=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #90DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DDFD is #6F2202. Grayscale: #C9C9C9. Windows color (decimal): -7283203 or 16637328. OLE color: 16637328.
HSL color Cylindrical-coordinate representation of color #90DDFD: hue angle of 197.61º 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 #90DDFD is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 221 | 253 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.01 |
| HSL | 197.61º | 0.96% | 0.78% | - |
| HSV(B) | 197.61º | 0.43% | 0.99% | - |
| XYZ | 55.09 | 64.73 | 102.52 | - |
| YUV | 201.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 253 | 0.43 | 0.13 | 0 | 0.01 | 197.61 | 0.96 | 0.78 |
| Hex | 90 | DD | FD | 2B | D | 0 | 1 | C6 | 60 | 4E |
| Octal | 220 | 335 | 375 | 53 | 15 | 0 | 1 | 306 | 140 | 116 |
| Binary | 10010000 | 11011101 | 11111101 | 101011 | 1101 | 0 | 1 | 11000110 | 1100000 | 1001110 |
Color Harmonies of #90DDFD
Complementary color
Monochromatic Colors of #90DDFD
Black with #90DDFD
Text Example
Text Example
White with #90DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDFD; }
p { color: rgb(144,221,253); }
H1.HeaderClassName
{
color: #90DDFD;
}
.AnyTagClassName
{
color: #90DDFD;
}
</style>
background-color css
<style>
a { background-color: #90DDFD; }
a { background-color: rgb(144,221,253); }
div.DivClassName
{
background-color: #90DDFD;
}
.BgClassName
{
background-color: #90DDFD;
}
</style>
border-color css
<style>
span { border-color: #90DDFD; }
span { border-color: rgb(144,221,253); }
td.TdClassName
{
border-color: #90DDFD;
}
.TagClassName
{
border-color: #90DDFD;
}
</style>