Shades of Light Sky Blue #88BFFD
Tints of Light Sky Blue #88BFFD
RGB
CMYK
RGB Variations
Color information
#88BFFD (or 0x88BFFD) is known color: Light Sky Blue. HEX triplet: 88, BF and FD. RGB value is (136,191,253). Sum of RGB (Red+Green+Blue) = 136+191+253=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #88BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BFFD is #774002. Grayscale: #B5B5B5. Windows color (decimal): -7815171 or 16629640. OLE color: 16629640.
HSL color Cylindrical-coordinate representation of color #88BFFD: hue angle of 211.79º 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 #88BFFD is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 191 | 253 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.01 |
| HSL | 211.79º | 0.97% | 0.76% | - |
| HSV(B) | 211.79º | 0.46% | 0.99% | - |
| XYZ | 46.51 | 49.59 | 100.05 | - |
| YUV | 181.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 253 | 0.46 | 0.25 | 0 | 0.01 | 211.79 | 0.97 | 0.76 |
| Hex | 88 | BF | FD | 2E | 19 | 0 | 1 | D4 | 61 | 4C |
| Octal | 210 | 277 | 375 | 56 | 31 | 0 | 1 | 324 | 141 | 114 |
| Binary | 10001000 | 10111111 | 11111101 | 101110 | 11001 | 0 | 1 | 11010100 | 1100001 | 1001100 |
Color Harmonies of #88BFFD
Complementary color
Monochromatic Colors of #88BFFD
Black with #88BFFD
Text Example
Text Example
White with #88BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFFD; }
p { color: rgb(136,191,253); }
H1.HeaderClassName
{
color: #88BFFD;
}
.AnyTagClassName
{
color: #88BFFD;
}
</style>
background-color css
<style>
a { background-color: #88BFFD; }
a { background-color: rgb(136,191,253); }
div.DivClassName
{
background-color: #88BFFD;
}
.BgClassName
{
background-color: #88BFFD;
}
</style>
border-color css
<style>
span { border-color: #88BFFD; }
span { border-color: rgb(136,191,253); }
td.TdClassName
{
border-color: #88BFFD;
}
.TagClassName
{
border-color: #88BFFD;
}
</style>