#7DD3EB

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

Shades of Sky Blue #7DD3EB

Tints of Sky Blue #7DD3EB

Color information

#7DD3EB (or 0x7DD3EB) is unknown color: approx Sky Blue. HEX triplet: 7D, D3 and EB. RGB value is (125,211,235). Sum of RGB (Red+Green+Blue) = 125+211+235=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DD3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD3EB is #822C14. Grayscale: #BBBBBB. Windows color (decimal): -8530965 or 15455101. OLE color: 15455101.

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

Color convert

RGB125211235-
CMYK0.470.1000.08
HSL193.09º73.33%70.59%-
HSV(B)193.09º46.81%92.16%-
XYZ46.7556.9587.13-
YUV188.02154.5183.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.89%
GREEN value IS 211 (82.81% from 255) = 36.95%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=21.89%
G=36.95%
B=41.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252112350.470.1000.08193.0973.3370.59
Hex7DD3EB2FA08c14947
Octal1753233535712010301111107
Binary111110111010011111010111011111010010001100000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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