Shades of Columbia Blue #88E2FF
Tints of Columbia Blue #88E2FF
RGB
CMYK
RGB Variations
Color information
#88E2FF (or 0x88E2FF) is known color: Columbia Blue. HEX triplet: 88, E2 and FF. RGB value is (136,226,255). Sum of RGB (Red+Green+Blue) = 136+226+255=617 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.04% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #88E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E2FF is #771D00. Grayscale: #CACACA. Windows color (decimal): -7806209 or 16769672. OLE color: 16769672.
HSL color Cylindrical-coordinate representation of color #88E2FF: hue angle of 194.62º 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 #88E2FF is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 226 | 255 | - |
| CMYK | 0.47 | 0.11 | 0 | 0 |
| HSL | 194.62º | 1% | 0.77% | - |
| HSV(B) | 194.62º | 0.47% | 1% | - |
| XYZ | 55.4 | 66.85 | 104.59 | - |
| YUV | 202.4 | 157.68 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 226 | 255 | 0.47 | 0.11 | 0 | 0 | 194.62 | 1 | 0.77 |
| Hex | 88 | E2 | FF | 2F | B | 0 | 0 | C3 | 64 | 4D |
| Octal | 210 | 342 | 377 | 57 | 13 | 0 | 0 | 303 | 144 | 115 |
| Binary | 10001000 | 11100010 | 11111111 | 101111 | 1011 | 0 | 0 | 11000011 | 1100100 | 1001101 |
Color Harmonies of #88E2FF
Complementary color
Monochromatic Colors of #88E2FF
Black with #88E2FF
Text Example
Text Example
White with #88E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E2FF; }
p { color: rgb(136,226,255); }
H1.HeaderClassName
{
color: #88E2FF;
}
.AnyTagClassName
{
color: #88E2FF;
}
</style>
background-color css
<style>
a { background-color: #88E2FF; }
a { background-color: rgb(136,226,255); }
div.DivClassName
{
background-color: #88E2FF;
}
.BgClassName
{
background-color: #88E2FF;
}
</style>
border-color css
<style>
span { border-color: #88E2FF; }
span { border-color: rgb(136,226,255); }
td.TdClassName
{
border-color: #88E2FF;
}
.TagClassName
{
border-color: #88E2FF;
}
</style>