Shades of Columbia Blue #88E0FC
Tints of Columbia Blue #88E0FC
RGB
CMYK
RGB Variations
Color information
#88E0FC (or 0x88E0FC) is known color: Columbia Blue. HEX triplet: 88, E0 and FC. RGB value is (136,224,252). Sum of RGB (Red+Green+Blue) = 136+224+252=612 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.22% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #88E0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E0FC is #771F03. Grayscale: #C8C8C8. Windows color (decimal): -7806724 or 16572552. OLE color: 16572552.
HSL color Cylindrical-coordinate representation of color #88E0FC: hue angle of 194.48º 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 #88E0FC is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 224 | 252 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.01 |
| HSL | 194.48º | 0.95% | 0.76% | - |
| HSV(B) | 194.48º | 0.46% | 0.99% | - |
| XYZ | 54.38 | 65.57 | 101.89 | - |
| YUV | 200.88 | 156.85 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 224 | 252 | 0.46 | 0.11 | 0 | 0.01 | 194.48 | 0.95 | 0.76 |
| Hex | 88 | E0 | FC | 2E | B | 0 | 1 | C2 | 5F | 4C |
| Octal | 210 | 340 | 374 | 56 | 13 | 0 | 1 | 302 | 137 | 114 |
| Binary | 10001000 | 11100000 | 11111100 | 101110 | 1011 | 0 | 1 | 11000010 | 1011111 | 1001100 |
Color Harmonies of #88E0FC
Complementary color
Monochromatic Colors of #88E0FC
Black with #88E0FC
Text Example
Text Example
White with #88E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E0FC; }
p { color: rgb(136,224,252); }
H1.HeaderClassName
{
color: #88E0FC;
}
.AnyTagClassName
{
color: #88E0FC;
}
</style>
background-color css
<style>
a { background-color: #88E0FC; }
a { background-color: rgb(136,224,252); }
div.DivClassName
{
background-color: #88E0FC;
}
.BgClassName
{
background-color: #88E0FC;
}
</style>
border-color css
<style>
span { border-color: #88E0FC; }
span { border-color: rgb(136,224,252); }
td.TdClassName
{
border-color: #88E0FC;
}
.TagClassName
{
border-color: #88E0FC;
}
</style>