#7DDAED

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

Shades of Sky Blue #7DDAED

Tints of Sky Blue #7DDAED

Color information

#7DDAED (or 0x7DDAED) is unknown color: approx Sky Blue. HEX triplet: 7D, DA and ED. RGB value is (125,218,237). Sum of RGB (Red+Green+Blue) = 125+218+237=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DDAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDAED is #822512. Grayscale: #C0C0C0. Windows color (decimal): -8529171 or 15587965. OLE color: 15587965.

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

Color convert

RGB125218237-
CMYK0.470.0800.07
HSL190.18º75.68%70.98%-
HSV(B)190.18º47.26%92.94%-
XYZ48.8160.6289.25-
YUV192.36153.1979.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.55%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=21.55%
G=37.59%
B=40.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252182370.470.0800.07190.1875.6870.98
Hex7DDAED2F807be4c47
Octal175332355571007276114107
Binary11111011101101011101101101111100001111011111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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