Shades of Sky Blue #7FCBE5
Tints of Sky Blue #7FCBE5
RGB
CMYK
RGB Variations
Color information
#7FCBE5 (or 0x7FCBE5) is known color: Sky Blue. HEX triplet: 7F, CB and E5. RGB value is (127,203,229). Sum of RGB (Red+Green+Blue) = 127+203+229=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #7FCBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCBE5 is #80341A. Grayscale: #B7B7B7. Windows color (decimal): -8401947 or 15059839. OLE color: 15059839.
HSL color Cylindrical-coordinate representation of color #7FCBE5: hue angle of 195.29º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FCBE5 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 203 | 229 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.10 |
| HSL | 195.29º | 0.66% | 0.7% | - |
| HSV(B) | 195.29º | 0.45% | 0.9% | - |
| XYZ | 44.25 | 52.88 | 82 | - |
| YUV | 183.24 | 153.82 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 229 | 0.45 | 0.11 | 0 | 0.10 | 195.29 | 0.66 | 0.7 |
| Hex | 7F | CB | E5 | 2D | B | 0 | A | C3 | 42 | 46 |
| Octal | 177 | 313 | 345 | 55 | 13 | 0 | 12 | 303 | 102 | 106 |
| Binary | 1111111 | 11001011 | 11100101 | 101101 | 1011 | 0 | 1010 | 11000011 | 1000010 | 1000110 |
Color Harmonies of #7FCBE5
Complementary color
Monochromatic Colors of #7FCBE5
Black with #7FCBE5
Text Example
Text Example
White with #7FCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCBE5; }
p { color: rgb(127,203,229); }
H1.HeaderClassName
{
color: #7FCBE5;
}
.AnyTagClassName
{
color: #7FCBE5;
}
</style>
background-color css
<style>
a { background-color: #7FCBE5; }
a { background-color: rgb(127,203,229); }
div.DivClassName
{
background-color: #7FCBE5;
}
.BgClassName
{
background-color: #7FCBE5;
}
</style>
border-color css
<style>
span { border-color: #7FCBE5; }
span { border-color: rgb(127,203,229); }
td.TdClassName
{
border-color: #7FCBE5;
}
.TagClassName
{
border-color: #7FCBE5;
}
</style>