Shades of Light Sky Blue #88BDF2
Tints of Light Sky Blue #88BDF2
RGB
CMYK
RGB Variations
Color information
#88BDF2 (or 0x88BDF2) is known color: Light Sky Blue. HEX triplet: 88, BD and F2. RGB value is (136,189,242). Sum of RGB (Red+Green+Blue) = 136+189+242=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #88BDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BDF2 is #77420D. Grayscale: #B2B2B2. Windows color (decimal): -7815694 or 15908232. OLE color: 15908232.
HSL color Cylindrical-coordinate representation of color #88BDF2: hue angle of 210º degrees, saturation: 0.8, 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 #88BDF2 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 189 | 242 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.05 |
| HSL | 210º | 0.8% | 0.74% | - |
| HSV(B) | 210º | 0.44% | 0.95% | - |
| XYZ | 44.38 | 48.04 | 90.94 | - |
| YUV | 179.2 | 163.44 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 242 | 0.44 | 0.22 | 0 | 0.05 | 210 | 0.8 | 0.74 |
| Hex | 88 | BD | F2 | 2C | 16 | 0 | 5 | D2 | 50 | 4A |
| Octal | 210 | 275 | 362 | 54 | 26 | 0 | 5 | 322 | 120 | 112 |
| Binary | 10001000 | 10111101 | 11110010 | 101100 | 10110 | 0 | 101 | 11010010 | 1010000 | 1001010 |
Color Harmonies of #88BDF2
Complementary color
Monochromatic Colors of #88BDF2
Black with #88BDF2
Text Example
Text Example
White with #88BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BDF2; }
p { color: rgb(136,189,242); }
H1.HeaderClassName
{
color: #88BDF2;
}
.AnyTagClassName
{
color: #88BDF2;
}
</style>
background-color css
<style>
a { background-color: #88BDF2; }
a { background-color: rgb(136,189,242); }
div.DivClassName
{
background-color: #88BDF2;
}
.BgClassName
{
background-color: #88BDF2;
}
</style>
border-color css
<style>
span { border-color: #88BDF2; }
span { border-color: rgb(136,189,242); }
td.TdClassName
{
border-color: #88BDF2;
}
.TagClassName
{
border-color: #88BDF2;
}
</style>