Shades of Light Sky Blue #88BDF3
Tints of Light Sky Blue #88BDF3
RGB
CMYK
RGB Variations
Color information
#88BDF3 (or 0x88BDF3) is known color: Light Sky Blue. HEX triplet: 88, BD and F3. RGB value is (136,189,243). Sum of RGB (Red+Green+Blue) = 136+189+243=568 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.94% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #88BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BDF3 is #77420C. Grayscale: #B3B3B3. Windows color (decimal): -7815693 or 15973768. OLE color: 15973768.
HSL color Cylindrical-coordinate representation of color #88BDF3: hue angle of 210.28º degrees, saturation: 0.82, 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 #88BDF3 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 189 | 243 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.05 |
| HSL | 210.28º | 0.82% | 0.74% | - |
| HSV(B) | 210.28º | 0.44% | 0.95% | - |
| XYZ | 44.53 | 48.1 | 91.73 | - |
| YUV | 179.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 243 | 0.44 | 0.22 | 0 | 0.05 | 210.28 | 0.82 | 0.74 |
| Hex | 88 | BD | F3 | 2C | 16 | 0 | 5 | D2 | 52 | 4A |
| Octal | 210 | 275 | 363 | 54 | 26 | 0 | 5 | 322 | 122 | 112 |
| Binary | 10001000 | 10111101 | 11110011 | 101100 | 10110 | 0 | 101 | 11010010 | 1010010 | 1001010 |
Color Harmonies of #88BDF3
Complementary color
Monochromatic Colors of #88BDF3
Black with #88BDF3
Text Example
Text Example
White with #88BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BDF3; }
p { color: rgb(136,189,243); }
H1.HeaderClassName
{
color: #88BDF3;
}
.AnyTagClassName
{
color: #88BDF3;
}
</style>
background-color css
<style>
a { background-color: #88BDF3; }
a { background-color: rgb(136,189,243); }
div.DivClassName
{
background-color: #88BDF3;
}
.BgClassName
{
background-color: #88BDF3;
}
</style>
border-color css
<style>
span { border-color: #88BDF3; }
span { border-color: rgb(136,189,243); }
td.TdClassName
{
border-color: #88BDF3;
}
.TagClassName
{
border-color: #88BDF3;
}
</style>