Shades of Columbia Blue #90DAFD
Tints of Columbia Blue #90DAFD
RGB
CMYK
RGB Variations
Color information
#90DAFD (or 0x90DAFD) is known color: Columbia Blue. HEX triplet: 90, DA and FD. RGB value is (144,218,253). Sum of RGB (Red+Green+Blue) = 144+218+253=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #90DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DAFD is #6F2502. Grayscale: #C7C7C7. Windows color (decimal): -7283971 or 16636560. OLE color: 16636560.
HSL color Cylindrical-coordinate representation of color #90DAFD: hue angle of 199.27º 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 #90DAFD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 218 | 253 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.01 |
| HSL | 199.27º | 0.96% | 0.78% | - |
| HSV(B) | 199.27º | 0.43% | 0.99% | - |
| XYZ | 54.3 | 63.16 | 102.26 | - |
| YUV | 199.86 | 157.98 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 253 | 0.43 | 0.14 | 0 | 0.01 | 199.27 | 0.96 | 0.78 |
| Hex | 90 | DA | FD | 2B | E | 0 | 1 | C7 | 60 | 4E |
| Octal | 220 | 332 | 375 | 53 | 16 | 0 | 1 | 307 | 140 | 116 |
| Binary | 10010000 | 11011010 | 11111101 | 101011 | 1110 | 0 | 1 | 11000111 | 1100000 | 1001110 |
Color Harmonies of #90DAFD
Complementary color
Monochromatic Colors of #90DAFD
Black with #90DAFD
Text Example
Text Example
White with #90DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAFD; }
p { color: rgb(144,218,253); }
H1.HeaderClassName
{
color: #90DAFD;
}
.AnyTagClassName
{
color: #90DAFD;
}
</style>
background-color css
<style>
a { background-color: #90DAFD; }
a { background-color: rgb(144,218,253); }
div.DivClassName
{
background-color: #90DAFD;
}
.BgClassName
{
background-color: #90DAFD;
}
</style>
border-color css
<style>
span { border-color: #90DAFD; }
span { border-color: rgb(144,218,253); }
td.TdClassName
{
border-color: #90DAFD;
}
.TagClassName
{
border-color: #90DAFD;
}
</style>