#7CC2EB

Color #7CC2EB Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7CC2EB

Tints of Sky Blue #7CC2EB

Color information

#7CC2EB (or 0x7CC2EB) is unknown color: approx Sky Blue. HEX triplet: 7C, C2 and EB. RGB value is (124,194,235). Sum of RGB (Red+Green+Blue) = 124+194+235=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #7CC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC2EB is #833D14. Grayscale: #B1B1B1. Windows color (decimal): -8600853 or 15450748. OLE color: 15450748.

HSL color Cylindrical-coordinate representation of color #7CC2EB: hue angle of 202.16º degrees, saturation: 0.74, 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 #7CC2EB is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB124194235-
CMYK0.470.1700.08
HSL202.16º73.51%70.39%-
HSV(B)202.16º47.23%92.16%-
XYZ42.648.8785.78-
YUV177.74160.3189.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 22.42%
GREEN value IS 194 (76.17% from 255) = 35.08%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=22.42%
G=35.08%
B=42.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1241942350.470.1700.08202.1673.5170.39
Hex7CC2EB2F1108ca4a46
Octal1743023535721010312112106
Binary1111100110000101110101110111110001010001100101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CC2EB; }

 p { color: rgb(124,194,235); }

 H1.HeaderClassName
 {
   color: #7CC2EB;
 }
 .AnyTagClassName
 {
   color: #7CC2EB;
 }
</style>
background-color css

<style>
 a { background-color: #7CC2EB; }

 a { background-color: rgb(124,194,235); }

 div.DivClassName
 {
   background-color: #7CC2EB;
 }
 .BgClassName
 {
   background-color: #7CC2EB;
 }
</style>
border-color css

<style>
 span { border-color: #7CC2EB; }

 span { border-color: rgb(124,194,235); }

 td.TdClassName
 {
   border-color: #7CC2EB;
 }
 .TagClassName
 {
   border-color: #7CC2EB;
 }
</style>