Shades of Columbia Blue #88E1FC
Tints of Columbia Blue #88E1FC
RGB
CMYK
RGB Variations
Color information
#88E1FC (or 0x88E1FC) is known color: Columbia Blue. HEX triplet: 88, E1 and FC. RGB value is (136,225,252). Sum of RGB (Red+Green+Blue) = 136+225+252=613 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.19% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #88E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E1FC is #771E03. Grayscale: #C9C9C9. Windows color (decimal): -7806468 or 16572808. OLE color: 16572808.
HSL color Cylindrical-coordinate representation of color #88E1FC: hue angle of 193.97º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88E1FC is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 225 | 252 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.01 |
| HSL | 193.97º | 0.95% | 0.76% | - |
| HSV(B) | 193.97º | 0.46% | 0.99% | - |
| XYZ | 54.65 | 66.11 | 101.98 | - |
| YUV | 201.47 | 156.51 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 225 | 252 | 0.46 | 0.11 | 0 | 0.01 | 193.97 | 0.95 | 0.76 |
| Hex | 88 | E1 | FC | 2E | B | 0 | 1 | C2 | 5F | 4C |
| Octal | 210 | 341 | 374 | 56 | 13 | 0 | 1 | 302 | 137 | 114 |
| Binary | 10001000 | 11100001 | 11111100 | 101110 | 1011 | 0 | 1 | 11000010 | 1011111 | 1001100 |
Color Harmonies of #88E1FC
Complementary color
Monochromatic Colors of #88E1FC
Black with #88E1FC
Text Example
Text Example
White with #88E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E1FC; }
p { color: rgb(136,225,252); }
H1.HeaderClassName
{
color: #88E1FC;
}
.AnyTagClassName
{
color: #88E1FC;
}
</style>
background-color css
<style>
a { background-color: #88E1FC; }
a { background-color: rgb(136,225,252); }
div.DivClassName
{
background-color: #88E1FC;
}
.BgClassName
{
background-color: #88E1FC;
}
</style>
border-color css
<style>
span { border-color: #88E1FC; }
span { border-color: rgb(136,225,252); }
td.TdClassName
{
border-color: #88E1FC;
}
.TagClassName
{
border-color: #88E1FC;
}
</style>