#7DC2E3

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

Shades of Sky Blue #7DC2E3

Tints of Sky Blue #7DC2E3

Color information

#7DC2E3 (or 0x7DC2E3) is unknown color: approx Sky Blue. HEX triplet: 7D, C2 and E3. RGB value is (125,194,227). Sum of RGB (Red+Green+Blue) = 125+194+227=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #7DC2E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC2E3 is #823D1C. Grayscale: #B0B0B0. Windows color (decimal): -8535325 or 14926461. OLE color: 14926461.

HSL color Cylindrical-coordinate representation of color #7DC2E3: hue angle of 199.41º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DC2E3 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB125194227-
CMYK0.450.1500.11
HSL199.41º64.56%69.02%-
HSV(B)199.41º44.93%89.02%-
XYZ41.6148.4979.84-
YUV177.13156.1490.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 227 (89.06% from 255) = 41.58%
R=22.89%
G=35.53%
B=41.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1251942270.450.1500.11199.4164.5669.02
Hex7DC2E32DF0Bc74145
Octal1753023435517013307101105
Binary111110111000010111000111011011111010111100011110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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