#7DCDED

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

Shades of Sky Blue #7DCDED

Tints of Sky Blue #7DCDED

Color information

#7DCDED (or 0x7DCDED) is unknown color: approx Sky Blue. HEX triplet: 7D, CD and ED. RGB value is (125,205,237). Sum of RGB (Red+Green+Blue) = 125+205+237=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DCDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCDED is #823212. Grayscale: #B8B8B8. Windows color (decimal): -8532499 or 15584637. OLE color: 15584637.

HSL color Cylindrical-coordinate representation of color #7DCDED: hue angle of 197.14º degrees, saturation: 0.76, 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 #7DCDED is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125205237-
CMYK0.470.1400.07
HSL197.14º75.68%70.98%-
HSV(B)197.14º47.26%92.94%-
XYZ45.5754.1488.17-
YUV184.73157.585.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.05%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=22.05%
G=36.16%
B=41.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252052370.470.1400.07197.1475.6870.98
Hex7DCDED2FE07c54c47
Octal175315355571607305114107
Binary11111011100110111101101101111111001111100010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,205,237); }

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

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

 a { background-color: rgb(125,205,237); }

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

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

 span { border-color: rgb(125,205,237); }

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