#7CC3EB

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

Shades of Sky Blue #7CC3EB

Tints of Sky Blue #7CC3EB

Color information

#7CC3EB (or 0x7CC3EB) is unknown color: approx Sky Blue. HEX triplet: 7C, C3 and EB. RGB value is (124,195,235). Sum of RGB (Red+Green+Blue) = 124+195+235=554 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.38% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #7CC3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC3EB is #833C14. Grayscale: #B2B2B2. Windows color (decimal): -8600597 or 15451004. OLE color: 15451004.

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

Color convert

RGB124195235-
CMYK0.470.1700.08
HSL201.62º73.51%70.39%-
HSV(B)201.62º47.23%92.16%-
XYZ42.8249.3185.86-
YUV178.33159.9889.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.38%
GREEN value IS 195 (76.56% from 255) = 35.20%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=22.38%
G=35.20%
B=42.42%

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
Decimal1241952350.470.1700.08201.6273.5170.39
Hex7CC3EB2F1108ca4a46
Octal1743033535721010312112106
Binary1111100110000111110101110111110001010001100101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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