Shades of Sky Blue #7BCFEA
Tints of Sky Blue #7BCFEA
RGB
CMYK
RGB Variations
Color information
#7BCFEA (or 0x7BCFEA) is known color: Sky Blue. HEX triplet: 7B, CF and EA. RGB value is (123,207,234). Sum of RGB (Red+Green+Blue) = 123+207+234=564 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.81% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BCFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCFEA is #843015. Grayscale: #B8B8B8. Windows color (decimal): -8663062 or 15388539. OLE color: 15388539.
HSL color Cylindrical-coordinate representation of color #7BCFEA: hue angle of 194.59º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BCFEA is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 207 | 234 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.08 |
| HSL | 194.59º | 0.73% | 0.7% | - |
| HSV(B) | 194.59º | 0.47% | 0.92% | - |
| XYZ | 45.33 | 54.78 | 86.03 | - |
| YUV | 184.96 | 155.67 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 234 | 0.47 | 0.12 | 0 | 0.08 | 194.59 | 0.73 | 0.7 |
| Hex | 7B | CF | EA | 2F | C | 0 | 8 | C3 | 49 | 46 |
| Octal | 173 | 317 | 352 | 57 | 14 | 0 | 10 | 303 | 111 | 106 |
| Binary | 1111011 | 11001111 | 11101010 | 101111 | 1100 | 0 | 1000 | 11000011 | 1001001 | 1000110 |
Color Harmonies of #7BCFEA
Complementary color
Monochromatic Colors of #7BCFEA
Black with #7BCFEA
Text Example
Text Example
White with #7BCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFEA; }
p { color: rgb(123,207,234); }
H1.HeaderClassName
{
color: #7BCFEA;
}
.AnyTagClassName
{
color: #7BCFEA;
}
</style>
background-color css
<style>
a { background-color: #7BCFEA; }
a { background-color: rgb(123,207,234); }
div.DivClassName
{
background-color: #7BCFEA;
}
.BgClassName
{
background-color: #7BCFEA;
}
</style>
border-color css
<style>
span { border-color: #7BCFEA; }
span { border-color: rgb(123,207,234); }
td.TdClassName
{
border-color: #7BCFEA;
}
.TagClassName
{
border-color: #7BCFEA;
}
</style>