Shades of Columbia Blue #88E5FD
Tints of Columbia Blue #88E5FD
RGB
CMYK
RGB Variations
Color information
#88E5FD (or 0x88E5FD) is known color: Columbia Blue. HEX triplet: 88, E5 and FD. RGB value is (136,229,253). Sum of RGB (Red+Green+Blue) = 136+229+253=618 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.01% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #88E5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E5FD is #771A02. Grayscale: #CBCBCB. Windows color (decimal): -7805443 or 16639368. OLE color: 16639368.
HSL color Cylindrical-coordinate representation of color #88E5FD: hue angle of 192.31º degrees, saturation: 0.97, 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 #88E5FD is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 229 | 253 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.01 |
| HSL | 192.31º | 0.97% | 0.76% | - |
| HSV(B) | 192.31º | 0.46% | 0.99% | - |
| XYZ | 55.9 | 68.36 | 103.18 | - |
| YUV | 203.93 | 155.69 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 229 | 253 | 0.46 | 0.09 | 0 | 0.01 | 192.31 | 0.97 | 0.76 |
| Hex | 88 | E5 | FD | 2E | 9 | 0 | 1 | C0 | 61 | 4C |
| Octal | 210 | 345 | 375 | 56 | 11 | 0 | 1 | 300 | 141 | 114 |
| Binary | 10001000 | 11100101 | 11111101 | 101110 | 1001 | 0 | 1 | 11000000 | 1100001 | 1001100 |
Color Harmonies of #88E5FD
Complementary color
Monochromatic Colors of #88E5FD
Black with #88E5FD
Text Example
Text Example
White with #88E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E5FD; }
p { color: rgb(136,229,253); }
H1.HeaderClassName
{
color: #88E5FD;
}
.AnyTagClassName
{
color: #88E5FD;
}
</style>
background-color css
<style>
a { background-color: #88E5FD; }
a { background-color: rgb(136,229,253); }
div.DivClassName
{
background-color: #88E5FD;
}
.BgClassName
{
background-color: #88E5FD;
}
</style>
border-color css
<style>
span { border-color: #88E5FD; }
span { border-color: rgb(136,229,253); }
td.TdClassName
{
border-color: #88E5FD;
}
.TagClassName
{
border-color: #88E5FD;
}
</style>