#7CC3ED

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

Shades of Sky Blue #7CC3ED

Tints of Sky Blue #7CC3ED

Color information

#7CC3ED (or 0x7CC3ED) is unknown color: approx Sky Blue. HEX triplet: 7C, C3 and ED. RGB value is (124,195,237). Sum of RGB (Red+Green+Blue) = 124+195+237=556 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.30% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #7CC3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CC3ED is #833C12. Grayscale: #B2B2B2. Windows color (decimal): -8600595 or 15582076. OLE color: 15582076.

HSL color Cylindrical-coordinate representation of color #7CC3ED: hue angle of 202.3º 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 #7CC3ED is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124195237-
CMYK0.480.1800.07
HSL202.3º75.84%70.78%-
HSV(B)202.3º47.68%92.94%-
XYZ43.1149.4387.39-
YUV178.56160.9889.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.30%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=22.30%
G=35.07%
B=42.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241952370.480.1800.07202.375.8470.78
Hex7CC3ED301207ca4c47
Octal174303355602207312114107
Binary111110011000011111011011100001001001111100101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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