#7DC2EB

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

Shades of Sky Blue #7DC2EB

Tints of Sky Blue #7DC2EB

Color information

#7DC2EB (or 0x7DC2EB) is unknown color: approx Sky Blue. HEX triplet: 7D, C2 and EB. RGB value is (125,194,235). Sum of RGB (Red+Green+Blue) = 125+194+235=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 194 (76.17% from 255 or 35.02% 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 #7DC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC2EB is #823D14. Grayscale: #B1B1B1. Windows color (decimal): -8535317 or 15450749. OLE color: 15450749.

HSL color Cylindrical-coordinate representation of color #7DC2EB: hue angle of 202.36º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC2EB is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125194235-
CMYK0.470.1700.08
HSL202.36º73.33%70.59%-
HSV(B)202.36º46.81%92.16%-
XYZ42.7448.9485.79-
YUV178.04160.1490.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.56%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=22.56%
G=35.02%
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
Decimal1251942350.470.1700.08202.3673.3370.59
Hex7DC2EB2F1108ca4947
Octal1753023535721010312111107
Binary1111101110000101110101110111110001010001100101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,194,235); }

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

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

 a { background-color: rgb(125,194,235); }

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

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

 span { border-color: rgb(125,194,235); }

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