Shades of Columbia Blue #88E7FF
Tints of Columbia Blue #88E7FF
RGB
CMYK
RGB Variations
Color information
#88E7FF (or 0x88E7FF) is known color: Columbia Blue. HEX triplet: 88, E7 and FF. RGB value is (136,231,255). Sum of RGB (Red+Green+Blue) = 136+231+255=622 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.86% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #88E7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E7FF is #771800. Grayscale: #CDCDCD. Windows color (decimal): -7804929 or 16770952. OLE color: 16770952.
HSL color Cylindrical-coordinate representation of color #88E7FF: hue angle of 192.1º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88E7FF is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 231 | 255 | - |
| CMYK | 0.47 | 0.09 | 0 | 0 |
| HSL | 192.1º | 1% | 0.77% | - |
| HSV(B) | 192.1º | 0.47% | 1% | - |
| XYZ | 56.78 | 69.61 | 105.05 | - |
| YUV | 205.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 231 | 255 | 0.47 | 0.09 | 0 | 0 | 192.1 | 1 | 0.77 |
| Hex | 88 | E7 | FF | 2F | 9 | 0 | 0 | C0 | 64 | 4D |
| Octal | 210 | 347 | 377 | 57 | 11 | 0 | 0 | 300 | 144 | 115 |
| Binary | 10001000 | 11100111 | 11111111 | 101111 | 1001 | 0 | 0 | 11000000 | 1100100 | 1001101 |
Color Harmonies of #88E7FF
Complementary color
Monochromatic Colors of #88E7FF
Black with #88E7FF
Text Example
Text Example
White with #88E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E7FF; }
p { color: rgb(136,231,255); }
H1.HeaderClassName
{
color: #88E7FF;
}
.AnyTagClassName
{
color: #88E7FF;
}
</style>
background-color css
<style>
a { background-color: #88E7FF; }
a { background-color: rgb(136,231,255); }
div.DivClassName
{
background-color: #88E7FF;
}
.BgClassName
{
background-color: #88E7FF;
}
</style>
border-color css
<style>
span { border-color: #88E7FF; }
span { border-color: rgb(136,231,255); }
td.TdClassName
{
border-color: #88E7FF;
}
.TagClassName
{
border-color: #88E7FF;
}
</style>