Shades of Sky Blue #88D4F0
Tints of Sky Blue #88D4F0
RGB
CMYK
RGB Variations
Color information
#88D4F0 (or 0x88D4F0) is known color: Sky Blue. HEX triplet: 88, D4 and F0. RGB value is (136,212,240). Sum of RGB (Red+Green+Blue) = 136+212+240=588 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.13% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #88D4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88D4F0 is #772B0F. Grayscale: #C0C0C0. Windows color (decimal): -7809808 or 15783048. OLE color: 15783048.
HSL color Cylindrical-coordinate representation of color #88D4F0: hue angle of 196.15º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88D4F0 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 212 | 240 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.06 |
| HSL | 196.15º | 0.78% | 0.74% | - |
| HSV(B) | 196.15º | 0.43% | 0.94% | - |
| XYZ | 49.43 | 58.61 | 91.15 | - |
| YUV | 192.47 | 154.82 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 212 | 240 | 0.43 | 0.12 | 0 | 0.06 | 196.15 | 0.78 | 0.74 |
| Hex | 88 | D4 | F0 | 2B | C | 0 | 6 | C4 | 4E | 4A |
| Octal | 210 | 324 | 360 | 53 | 14 | 0 | 6 | 304 | 116 | 112 |
| Binary | 10001000 | 11010100 | 11110000 | 101011 | 1100 | 0 | 110 | 11000100 | 1001110 | 1001010 |
Color Harmonies of #88D4F0
Complementary color
Monochromatic Colors of #88D4F0
Black with #88D4F0
Text Example
Text Example
White with #88D4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D4F0; }
p { color: rgb(136,212,240); }
H1.HeaderClassName
{
color: #88D4F0;
}
.AnyTagClassName
{
color: #88D4F0;
}
</style>
background-color css
<style>
a { background-color: #88D4F0; }
a { background-color: rgb(136,212,240); }
div.DivClassName
{
background-color: #88D4F0;
}
.BgClassName
{
background-color: #88D4F0;
}
</style>
border-color css
<style>
span { border-color: #88D4F0; }
span { border-color: rgb(136,212,240); }
td.TdClassName
{
border-color: #88D4F0;
}
.TagClassName
{
border-color: #88D4F0;
}
</style>