#7CD6F1

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

Shades of Sky Blue #7CD6F1

Tints of Sky Blue #7CD6F1

Color information

#7CD6F1 (or 0x7CD6F1) is unknown color: approx Sky Blue. HEX triplet: 7C, D6 and F1. RGB value is (124,214,241). Sum of RGB (Red+Green+Blue) = 124+214+241=579 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.42% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #7CD6F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD6F1 is #83290E. Grayscale: #BDBDBD. Windows color (decimal): -8595727 or 15849084. OLE color: 15849084.

HSL color Cylindrical-coordinate representation of color #7CD6F1: hue angle of 193.85º degrees, saturation: 0.81, 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 #7CD6F1 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124214241-
CMYK0.490.1100.05
HSL193.85º80.69%71.57%-
HSV(B)193.85º48.55%94.51%-
XYZ48.2458.7392.01-
YUV190.17156.6880.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.42%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=21.42%
G=36.96%
B=41.62%

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
Decimal1242142410.490.1100.05193.8580.6971.57
Hex7CD6F131B05c25148
Octal174326361611305302121110
Binary11111001101011011110001110001101101011100001010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,214,241); }

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

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

 a { background-color: rgb(124,214,241); }

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

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

 span { border-color: rgb(124,214,241); }

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