Shades of Columbia Blue #90E6F8
Tints of Columbia Blue #90E6F8
RGB
CMYK
RGB Variations
Color information
#90E6F8 (or 0x90E6F8) is known color: Columbia Blue. HEX triplet: 90, E6 and F8. RGB value is (144,230,248). Sum of RGB (Red+Green+Blue) = 144+230+248=622 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.15% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #90E6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6F8 is #6F1907. Grayscale: #CECECE. Windows color (decimal): -7280904 or 16311952. OLE color: 16311952.
HSL color Cylindrical-coordinate representation of color #90E6F8: hue angle of 190.38º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90E6F8 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 230 | 248 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.03 |
| HSL | 190.38º | 0.88% | 0.77% | - |
| HSV(B) | 190.38º | 0.42% | 0.97% | - |
| XYZ | 56.74 | 69.3 | 99.19 | - |
| YUV | 206.34 | 151.51 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 248 | 0.42 | 0.07 | 0 | 0.03 | 190.38 | 0.88 | 0.77 |
| Hex | 90 | E6 | F8 | 2A | 7 | 0 | 3 | BE | 58 | 4D |
| Octal | 220 | 346 | 370 | 52 | 7 | 0 | 3 | 276 | 130 | 115 |
| Binary | 10010000 | 11100110 | 11111000 | 101010 | 111 | 0 | 11 | 10111110 | 1011000 | 1001101 |
Color Harmonies of #90E6F8
Complementary color
Monochromatic Colors of #90E6F8
Black with #90E6F8
Text Example
Text Example
White with #90E6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E6F8; }
p { color: rgb(144,230,248); }
H1.HeaderClassName
{
color: #90E6F8;
}
.AnyTagClassName
{
color: #90E6F8;
}
</style>
background-color css
<style>
a { background-color: #90E6F8; }
a { background-color: rgb(144,230,248); }
div.DivClassName
{
background-color: #90E6F8;
}
.BgClassName
{
background-color: #90E6F8;
}
</style>
border-color css
<style>
span { border-color: #90E6F8; }
span { border-color: rgb(144,230,248); }
td.TdClassName
{
border-color: #90E6F8;
}
.TagClassName
{
border-color: #90E6F8;
}
</style>