Shades of Sky Blue #7CCBE8
Tints of Sky Blue #7CCBE8
RGB
CMYK
RGB Variations
Color information
#7CCBE8 (or 0x7CCBE8) is known color: Sky Blue. HEX triplet: 7C, CB and E8. RGB value is (124,203,232). Sum of RGB (Red+Green+Blue) = 124+203+232=559 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.18% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #7CCBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCBE8 is #833417. Grayscale: #B6B6B6. Windows color (decimal): -8598552 or 15256444. OLE color: 15256444.
HSL color Cylindrical-coordinate representation of color #7CCBE8: hue angle of 196.11º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CCBE8 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 203 | 232 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.09 |
| HSL | 196.11º | 0.7% | 0.7% | - |
| HSV(B) | 196.11º | 0.47% | 0.91% | - |
| XYZ | 44.23 | 52.82 | 84.21 | - |
| YUV | 182.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 232 | 0.47 | 0.12 | 0 | 0.09 | 196.11 | 0.7 | 0.7 |
| Hex | 7C | CB | E8 | 2F | C | 0 | 9 | C4 | 46 | 46 |
| Octal | 174 | 313 | 350 | 57 | 14 | 0 | 11 | 304 | 106 | 106 |
| Binary | 1111100 | 11001011 | 11101000 | 101111 | 1100 | 0 | 1001 | 11000100 | 1000110 | 1000110 |
Color Harmonies of #7CCBE8
Complementary color
Monochromatic Colors of #7CCBE8
Black with #7CCBE8
Text Example
Text Example
White with #7CCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCBE8; }
p { color: rgb(124,203,232); }
H1.HeaderClassName
{
color: #7CCBE8;
}
.AnyTagClassName
{
color: #7CCBE8;
}
</style>
background-color css
<style>
a { background-color: #7CCBE8; }
a { background-color: rgb(124,203,232); }
div.DivClassName
{
background-color: #7CCBE8;
}
.BgClassName
{
background-color: #7CCBE8;
}
</style>
border-color css
<style>
span { border-color: #7CCBE8; }
span { border-color: rgb(124,203,232); }
td.TdClassName
{
border-color: #7CCBE8;
}
.TagClassName
{
border-color: #7CCBE8;
}
</style>