Shades of Columbia Blue #88E3FE
Tints of Columbia Blue #88E3FE
RGB
CMYK
RGB Variations
Color information
#88E3FE (or 0x88E3FE) is known color: Columbia Blue. HEX triplet: 88, E3 and FE. RGB value is (136,227,254). Sum of RGB (Red+Green+Blue) = 136+227+254=617 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.04% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #88E3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E3FE is #771C01. Grayscale: #CACACA. Windows color (decimal): -7805954 or 16704392. OLE color: 16704392.
HSL color Cylindrical-coordinate representation of color #88E3FE: hue angle of 193.73º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88E3FE is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 227 | 254 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.00 |
| HSL | 193.73º | 0.98% | 0.76% | - |
| HSV(B) | 193.73º | 0.46% | 1% | - |
| XYZ | 55.51 | 67.33 | 103.84 | - |
| YUV | 202.87 | 156.85 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 227 | 254 | 0.46 | 0.11 | 0 | 0.00 | 193.73 | 0.98 | 0.76 |
| Hex | 88 | E3 | FE | 2E | B | 0 | 0 | C2 | 62 | 4C |
| Octal | 210 | 343 | 376 | 56 | 13 | 0 | 0 | 302 | 142 | 114 |
| Binary | 10001000 | 11100011 | 11111110 | 101110 | 1011 | 0 | 0 | 11000010 | 1100010 | 1001100 |
Color Harmonies of #88E3FE
Complementary color
Monochromatic Colors of #88E3FE
Black with #88E3FE
Text Example
Text Example
White with #88E3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E3FE; }
p { color: rgb(136,227,254); }
H1.HeaderClassName
{
color: #88E3FE;
}
.AnyTagClassName
{
color: #88E3FE;
}
</style>
background-color css
<style>
a { background-color: #88E3FE; }
a { background-color: rgb(136,227,254); }
div.DivClassName
{
background-color: #88E3FE;
}
.BgClassName
{
background-color: #88E3FE;
}
</style>
border-color css
<style>
span { border-color: #88E3FE; }
span { border-color: rgb(136,227,254); }
td.TdClassName
{
border-color: #88E3FE;
}
.TagClassName
{
border-color: #88E3FE;
}
</style>