Shades of Columbia Blue #90D9FE
Tints of Columbia Blue #90D9FE
RGB
CMYK
RGB Variations
Color information
#90D9FE (or 0x90D9FE) is known color: Columbia Blue. HEX triplet: 90, D9 and FE. RGB value is (144,217,254). Sum of RGB (Red+Green+Blue) = 144+217+254=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #90D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D9FE is #6F2601. Grayscale: #C7C7C7. Windows color (decimal): -7284226 or 16701840. OLE color: 16701840.
HSL color Cylindrical-coordinate representation of color #90D9FE: hue angle of 200.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90D9FE is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 217 | 254 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.00 |
| HSL | 200.18º | 0.98% | 0.78% | - |
| HSV(B) | 200.18º | 0.43% | 1% | - |
| XYZ | 54.2 | 62.71 | 103.01 | - |
| YUV | 199.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 217 | 254 | 0.43 | 0.15 | 0 | 0.00 | 200.18 | 0.98 | 0.78 |
| Hex | 90 | D9 | FE | 2B | F | 0 | 0 | C8 | 62 | 4E |
| Octal | 220 | 331 | 376 | 53 | 17 | 0 | 0 | 310 | 142 | 116 |
| Binary | 10010000 | 11011001 | 11111110 | 101011 | 1111 | 0 | 0 | 11001000 | 1100010 | 1001110 |
Color Harmonies of #90D9FE
Complementary color
Monochromatic Colors of #90D9FE
Black with #90D9FE
Text Example
Text Example
White with #90D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D9FE; }
p { color: rgb(144,217,254); }
H1.HeaderClassName
{
color: #90D9FE;
}
.AnyTagClassName
{
color: #90D9FE;
}
</style>
background-color css
<style>
a { background-color: #90D9FE; }
a { background-color: rgb(144,217,254); }
div.DivClassName
{
background-color: #90D9FE;
}
.BgClassName
{
background-color: #90D9FE;
}
</style>
border-color css
<style>
span { border-color: #90D9FE; }
span { border-color: rgb(144,217,254); }
td.TdClassName
{
border-color: #90D9FE;
}
.TagClassName
{
border-color: #90D9FE;
}
</style>