Shades of Columbia Blue #88E3FC
Tints of Columbia Blue #88E3FC
RGB
CMYK
RGB Variations
Color information
#88E3FC (or 0x88E3FC) is known color: Columbia Blue. HEX triplet: 88, E3 and FC. RGB value is (136,227,252). Sum of RGB (Red+Green+Blue) = 136+227+252=615 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.11% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #88E3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E3FC is #771C03. Grayscale: #CACACA. Windows color (decimal): -7805956 or 16573320. OLE color: 16573320.
HSL color Cylindrical-coordinate representation of color #88E3FC: hue angle of 192.93º 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 #88E3FC is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 227 | 252 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.01 |
| HSL | 192.93º | 0.95% | 0.76% | - |
| HSV(B) | 192.93º | 0.46% | 0.99% | - |
| XYZ | 55.19 | 67.2 | 102.16 | - |
| YUV | 202.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 227 | 252 | 0.46 | 0.10 | 0 | 0.01 | 192.93 | 0.95 | 0.76 |
| Hex | 88 | E3 | FC | 2E | A | 0 | 1 | C1 | 5F | 4C |
| Octal | 210 | 343 | 374 | 56 | 12 | 0 | 1 | 301 | 137 | 114 |
| Binary | 10001000 | 11100011 | 11111100 | 101110 | 1010 | 0 | 1 | 11000001 | 1011111 | 1001100 |
Color Harmonies of #88E3FC
Complementary color
Monochromatic Colors of #88E3FC
Black with #88E3FC
Text Example
Text Example
White with #88E3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E3FC; }
p { color: rgb(136,227,252); }
H1.HeaderClassName
{
color: #88E3FC;
}
.AnyTagClassName
{
color: #88E3FC;
}
</style>
background-color css
<style>
a { background-color: #88E3FC; }
a { background-color: rgb(136,227,252); }
div.DivClassName
{
background-color: #88E3FC;
}
.BgClassName
{
background-color: #88E3FC;
}
</style>
border-color css
<style>
span { border-color: #88E3FC; }
span { border-color: rgb(136,227,252); }
td.TdClassName
{
border-color: #88E3FC;
}
.TagClassName
{
border-color: #88E3FC;
}
</style>