Shades of Columbia Blue #90E3FD
Tints of Columbia Blue #90E3FD
RGB
CMYK
RGB Variations
Color information
#90E3FD (or 0x90E3FD) is known color: Columbia Blue. HEX triplet: 90, E3 and FD. RGB value is (144,227,253). Sum of RGB (Red+Green+Blue) = 144+227+253=624 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.08% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #90E3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E3FD is #6F1C02. Grayscale: #CCCCCC. Windows color (decimal): -7281667 or 16638864. OLE color: 16638864.
HSL color Cylindrical-coordinate representation of color #90E3FD: hue angle of 194.31º 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 #90E3FD is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 227 | 253 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.01 |
| HSL | 194.31º | 0.96% | 0.78% | - |
| HSV(B) | 194.31º | 0.43% | 0.99% | - |
| XYZ | 56.7 | 67.96 | 103.06 | - |
| YUV | 205.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 227 | 253 | 0.43 | 0.10 | 0 | 0.01 | 194.31 | 0.96 | 0.78 |
| Hex | 90 | E3 | FD | 2B | A | 0 | 1 | C2 | 60 | 4E |
| Octal | 220 | 343 | 375 | 53 | 12 | 0 | 1 | 302 | 140 | 116 |
| Binary | 10010000 | 11100011 | 11111101 | 101011 | 1010 | 0 | 1 | 11000010 | 1100000 | 1001110 |
Color Harmonies of #90E3FD
Complementary color
Monochromatic Colors of #90E3FD
Black with #90E3FD
Text Example
Text Example
White with #90E3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E3FD; }
p { color: rgb(144,227,253); }
H1.HeaderClassName
{
color: #90E3FD;
}
.AnyTagClassName
{
color: #90E3FD;
}
</style>
background-color css
<style>
a { background-color: #90E3FD; }
a { background-color: rgb(144,227,253); }
div.DivClassName
{
background-color: #90E3FD;
}
.BgClassName
{
background-color: #90E3FD;
}
</style>
border-color css
<style>
span { border-color: #90E3FD; }
span { border-color: rgb(144,227,253); }
td.TdClassName
{
border-color: #90E3FD;
}
.TagClassName
{
border-color: #90E3FD;
}
</style>