#7cd7f2

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

Shades of Sky Blue #7CD7F2

Tints of Sky Blue #7CD7F2

Color information

#7CD7F2 (or 0x7CD7F2) is unknown color: approx Sky Blue. HEX triplet: 7C, D7 and F2. RGB value is (124,215,242). Sum of RGB (Red+Green+Blue) = 124+215+242=581 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.34% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #7CD7F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD7F2 is #83280D. Grayscale: #BEBEBE. Windows color (decimal): -8595470 or 15914876. OLE color: 15914876.

HSL color Cylindrical-coordinate representation of color #7CD7F2: hue angle of 193.73º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CD7F2 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124215242-
CMYK0.490.1100.05
HSL193.73º81.94%71.76%-
HSV(B)193.73º48.76%94.9%-
XYZ48.6459.392.89-
YUV190.87156.8580.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.34%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 242 (94.92% from 255) = 41.65%
R=21.34%
G=37.01%
B=41.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242152420.490.1100.05193.7381.9471.76
Hex7CD7F231B05c25248
Octal174327362611305302122110
Binary11111001101011111110010110001101101011100001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cd7f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,215,242); }

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

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

 a { background-color: rgb(124,215,242); }

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

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

 span { border-color: rgb(124,215,242); }

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