#7cc6ed

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

Shades of Sky Blue #7CC6ED

Tints of Sky Blue #7CC6ED

Color information

#7CC6ED (or 0x7CC6ED) is unknown color: approx Sky Blue. HEX triplet: 7C, C6 and ED. RGB value is (124,198,237). Sum of RGB (Red+Green+Blue) = 124+198+237=559 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.18% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #7CC6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC6ED is #833912. Grayscale: #B4B4B4. Windows color (decimal): -8599827 or 15582844. OLE color: 15582844.

HSL color Cylindrical-coordinate representation of color #7CC6ED: hue angle of 200.71º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CC6ED is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124198237-
CMYK0.480.1600.07
HSL200.71º75.84%70.78%-
HSV(B)200.71º47.68%92.94%-
XYZ43.7950.7987.62-
YUV180.32159.9887.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.18%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=22.18%
G=35.42%
B=42.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241982370.480.1600.07200.7175.8470.78
Hex7CC6ED301007c94c47
Octal174306355602007311114107
Binary111110011000110111011011100001000001111100100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cc6ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,198,237); }

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

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

 a { background-color: rgb(124,198,237); }

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

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

 span { border-color: rgb(124,198,237); }

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