Shades of Light Sky Blue #88C1FA
Tints of Light Sky Blue #88C1FA
RGB
CMYK
RGB Variations
Color information
#88C1FA (or 0x88C1FA) is known color: Light Sky Blue. HEX triplet: 88, C1 and FA. RGB value is (136,193,250). Sum of RGB (Red+Green+Blue) = 136+193+250=579 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.49% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #88C1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C1FA is #773E05. Grayscale: #B6B6B6. Windows color (decimal): -7814662 or 16433544. OLE color: 16433544.
HSL color Cylindrical-coordinate representation of color #88C1FA: hue angle of 210º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88C1FA is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 193 | 250 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.02 |
| HSL | 210º | 0.92% | 0.76% | - |
| HSV(B) | 210º | 0.46% | 0.98% | - |
| XYZ | 46.48 | 50.28 | 97.7 | - |
| YUV | 182.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 193 | 250 | 0.46 | 0.23 | 0 | 0.02 | 210 | 0.92 | 0.76 |
| Hex | 88 | C1 | FA | 2E | 17 | 0 | 2 | D2 | 5C | 4C |
| Octal | 210 | 301 | 372 | 56 | 27 | 0 | 2 | 322 | 134 | 114 |
| Binary | 10001000 | 11000001 | 11111010 | 101110 | 10111 | 0 | 10 | 11010010 | 1011100 | 1001100 |
Color Harmonies of #88C1FA
Complementary color
Monochromatic Colors of #88C1FA
Black with #88C1FA
Text Example
Text Example
White with #88C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C1FA; }
p { color: rgb(136,193,250); }
H1.HeaderClassName
{
color: #88C1FA;
}
.AnyTagClassName
{
color: #88C1FA;
}
</style>
background-color css
<style>
a { background-color: #88C1FA; }
a { background-color: rgb(136,193,250); }
div.DivClassName
{
background-color: #88C1FA;
}
.BgClassName
{
background-color: #88C1FA;
}
</style>
border-color css
<style>
span { border-color: #88C1FA; }
span { border-color: rgb(136,193,250); }
td.TdClassName
{
border-color: #88C1FA;
}
.TagClassName
{
border-color: #88C1FA;
}
</style>