Shades of Light Sky Blue #88BFF1
Tints of Light Sky Blue #88BFF1
RGB
CMYK
RGB Variations
Color information
#88BFF1 (or 0x88BFF1) is known color: Light Sky Blue. HEX triplet: 88, BF and F1. RGB value is (136,191,241). Sum of RGB (Red+Green+Blue) = 136+191+241=568 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.94% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #88BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BFF1 is #77400E. Grayscale: #B4B4B4. Windows color (decimal): -7815183 or 15843208. OLE color: 15843208.
HSL color Cylindrical-coordinate representation of color #88BFF1: hue angle of 208.57º 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 #88BFF1 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 191 | 241 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.05 |
| HSL | 208.57º | 0.79% | 0.74% | - |
| HSV(B) | 208.57º | 0.44% | 0.95% | - |
| XYZ | 44.66 | 48.85 | 90.29 | - |
| YUV | 180.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 241 | 0.44 | 0.21 | 0 | 0.05 | 208.57 | 0.79 | 0.74 |
| Hex | 88 | BF | F1 | 2C | 15 | 0 | 5 | D1 | 4F | 4A |
| Octal | 210 | 277 | 361 | 54 | 25 | 0 | 5 | 321 | 117 | 112 |
| Binary | 10001000 | 10111111 | 11110001 | 101100 | 10101 | 0 | 101 | 11010001 | 1001111 | 1001010 |
Color Harmonies of #88BFF1
Complementary color
Monochromatic Colors of #88BFF1
Black with #88BFF1
Text Example
Text Example
White with #88BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFF1; }
p { color: rgb(136,191,241); }
H1.HeaderClassName
{
color: #88BFF1;
}
.AnyTagClassName
{
color: #88BFF1;
}
</style>
background-color css
<style>
a { background-color: #88BFF1; }
a { background-color: rgb(136,191,241); }
div.DivClassName
{
background-color: #88BFF1;
}
.BgClassName
{
background-color: #88BFF1;
}
</style>
border-color css
<style>
span { border-color: #88BFF1; }
span { border-color: rgb(136,191,241); }
td.TdClassName
{
border-color: #88BFF1;
}
.TagClassName
{
border-color: #88BFF1;
}
</style>