#7DC8EC

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

Shades of Sky Blue #7DC8EC

Tints of Sky Blue #7DC8EC

Color information

#7DC8EC (or 0x7DC8EC) is unknown color: approx Sky Blue. HEX triplet: 7D, C8 and EC. RGB value is (125,200,236). Sum of RGB (Red+Green+Blue) = 125+200+236=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DC8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC8EC is #823713. Grayscale: #B5B5B5. Windows color (decimal): -8533780 or 15517821. OLE color: 15517821.

HSL color Cylindrical-coordinate representation of color #7DC8EC: hue angle of 199.46º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC8EC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125200236-
CMYK0.470.1500.07
HSL199.46º74.5%70.78%-
HSV(B)199.46º47.03%92.55%-
XYZ44.2551.7287.01-
YUV181.68158.6587.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.28%
GREEN value IS 200 (78.52% from 255) = 35.65%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=22.28%
G=35.65%
B=42.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252002360.470.1500.07199.4674.570.78
Hex7DC8EC2FF07c74a47
Octal175310354571707307112107
Binary11111011100100011101100101111111101111100011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,200,236); }

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

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

 a { background-color: rgb(125,200,236); }

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

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

 span { border-color: rgb(125,200,236); }

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