Shades of Sky Blue #87CBF1
Tints of Sky Blue #87CBF1
RGB
CMYK
RGB Variations
Color information
#87CBF1 (or 0x87CBF1) is known color: Sky Blue. HEX triplet: 87, CB and F1. RGB value is (135,203,241). Sum of RGB (Red+Green+Blue) = 135+203+241=579 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.32% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #87CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87CBF1 is #78340E. Grayscale: #BABABA. Windows color (decimal): -7877647 or 15846279. OLE color: 15846279.
HSL color Cylindrical-coordinate representation of color #87CBF1: hue angle of 201.51º 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 #87CBF1 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 203 | 241 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.05 |
| HSL | 201.51º | 0.79% | 0.74% | - |
| HSV(B) | 201.51º | 0.44% | 0.95% | - |
| XYZ | 47.22 | 54.21 | 91.19 | - |
| YUV | 187 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 203 | 241 | 0.44 | 0.16 | 0 | 0.05 | 201.51 | 0.79 | 0.74 |
| Hex | 87 | CB | F1 | 2C | 10 | 0 | 5 | CA | 4F | 4A |
| Octal | 207 | 313 | 361 | 54 | 20 | 0 | 5 | 312 | 117 | 112 |
| Binary | 10000111 | 11001011 | 11110001 | 101100 | 10000 | 0 | 101 | 11001010 | 1001111 | 1001010 |
Color Harmonies of #87CBF1
Complementary color
Monochromatic Colors of #87CBF1
Black with #87CBF1
Text Example
Text Example
White with #87CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CBF1; }
p { color: rgb(135,203,241); }
H1.HeaderClassName
{
color: #87CBF1;
}
.AnyTagClassName
{
color: #87CBF1;
}
</style>
background-color css
<style>
a { background-color: #87CBF1; }
a { background-color: rgb(135,203,241); }
div.DivClassName
{
background-color: #87CBF1;
}
.BgClassName
{
background-color: #87CBF1;
}
</style>
border-color css
<style>
span { border-color: #87CBF1; }
span { border-color: rgb(135,203,241); }
td.TdClassName
{
border-color: #87CBF1;
}
.TagClassName
{
border-color: #87CBF1;
}
</style>