#7DDDF9

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

Shades of Light Sky Blue #7DDDF9

Tints of Light Sky Blue #7DDDF9

Color information

#7DDDF9 (or 0x7DDDF9) is unknown color: approx Light Sky Blue. HEX triplet: 7D, DD and F9. RGB value is (125,221,249). Sum of RGB (Red+Green+Blue) = 125+221+249=595 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.01% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #7DDDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDDF9 is #822206. Grayscale: #C3C3C3. Windows color (decimal): -8528391 or 16375165. OLE color: 16375165.

HSL color Cylindrical-coordinate representation of color #7DDDF9: hue angle of 193.55º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DDDF9 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125221249-
CMYK0.500.1100.02
HSL193.55º91.18%73.33%-
HSV(B)193.55º49.8%97.65%-
XYZ51.4162.9199.06-
YUV195.49158.277.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.01%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=21.01%
G=37.14%
B=41.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252212490.500.1100.02193.5591.1873.33
Hex7DDDF932B02c25b49
Octal175335371621302302133111
Binary1111101110111011111100111001010110101100001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,249); }

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

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

 a { background-color: rgb(125,221,249); }

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

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

 span { border-color: rgb(125,221,249); }

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