Shades of Sky Blue #7BCFEB
Tints of Sky Blue #7BCFEB
RGB
CMYK
RGB Variations
Color information
#7BCFEB (or 0x7BCFEB) is known color: Sky Blue. HEX triplet: 7B, CF and EB. RGB value is (123,207,235). Sum of RGB (Red+Green+Blue) = 123+207+235=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCFEB is #843014. Grayscale: #B8B8B8. Windows color (decimal): -8663061 or 15454075. OLE color: 15454075.
HSL color Cylindrical-coordinate representation of color #7BCFEB: hue angle of 195º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BCFEB is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 207 | 235 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.08 |
| HSL | 195º | 0.74% | 0.7% | - |
| HSV(B) | 195º | 0.48% | 0.92% | - |
| XYZ | 45.48 | 54.83 | 86.78 | - |
| YUV | 185.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 235 | 0.48 | 0.12 | 0 | 0.08 | 195 | 0.74 | 0.7 |
| Hex | 7B | CF | EB | 30 | C | 0 | 8 | C3 | 4A | 46 |
| Octal | 173 | 317 | 353 | 60 | 14 | 0 | 10 | 303 | 112 | 106 |
| Binary | 1111011 | 11001111 | 11101011 | 110000 | 1100 | 0 | 1000 | 11000011 | 1001010 | 1000110 |
Color Harmonies of #7BCFEB
Complementary color
Monochromatic Colors of #7BCFEB
Black with #7BCFEB
Text Example
Text Example
White with #7BCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFEB; }
p { color: rgb(123,207,235); }
H1.HeaderClassName
{
color: #7BCFEB;
}
.AnyTagClassName
{
color: #7BCFEB;
}
</style>
background-color css
<style>
a { background-color: #7BCFEB; }
a { background-color: rgb(123,207,235); }
div.DivClassName
{
background-color: #7BCFEB;
}
.BgClassName
{
background-color: #7BCFEB;
}
</style>
border-color css
<style>
span { border-color: #7BCFEB; }
span { border-color: rgb(123,207,235); }
td.TdClassName
{
border-color: #7BCFEB;
}
.TagClassName
{
border-color: #7BCFEB;
}
</style>