Shades of Light Sky Blue #88C7F1
Tints of Light Sky Blue #88C7F1
RGB
CMYK
RGB Variations
Color information
#88C7F1 (or 0x88C7F1) is known color: Light Sky Blue. HEX triplet: 88, C7 and F1. RGB value is (136,199,241). Sum of RGB (Red+Green+Blue) = 136+199+241=576 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.61% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #88C7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C7F1 is #77380E. Grayscale: #B8B8B8. Windows color (decimal): -7813135 or 15845256. OLE color: 15845256.
HSL color Cylindrical-coordinate representation of color #88C7F1: hue angle of 204º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88C7F1 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 199 | 241 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.05 |
| HSL | 204º | 0.79% | 0.74% | - |
| HSV(B) | 204º | 0.44% | 0.95% | - |
| XYZ | 46.45 | 52.43 | 90.89 | - |
| YUV | 184.95 | 159.63 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 199 | 241 | 0.44 | 0.17 | 0 | 0.05 | 204 | 0.79 | 0.74 |
| Hex | 88 | C7 | F1 | 2C | 11 | 0 | 5 | CC | 4F | 4A |
| Octal | 210 | 307 | 361 | 54 | 21 | 0 | 5 | 314 | 117 | 112 |
| Binary | 10001000 | 11000111 | 11110001 | 101100 | 10001 | 0 | 101 | 11001100 | 1001111 | 1001010 |
Color Harmonies of #88C7F1
Complementary color
Monochromatic Colors of #88C7F1
Black with #88C7F1
Text Example
Text Example
White with #88C7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C7F1; }
p { color: rgb(136,199,241); }
H1.HeaderClassName
{
color: #88C7F1;
}
.AnyTagClassName
{
color: #88C7F1;
}
</style>
background-color css
<style>
a { background-color: #88C7F1; }
a { background-color: rgb(136,199,241); }
div.DivClassName
{
background-color: #88C7F1;
}
.BgClassName
{
background-color: #88C7F1;
}
</style>
border-color css
<style>
span { border-color: #88C7F1; }
span { border-color: rgb(136,199,241); }
td.TdClassName
{
border-color: #88C7F1;
}
.TagClassName
{
border-color: #88C7F1;
}
</style>