#7DD7FD

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

Shades of Light Sky Blue #7DD7FD

Tints of Light Sky Blue #7DD7FD

Color information

#7DD7FD (or 0x7DD7FD) is unknown color: approx Light Sky Blue. HEX triplet: 7D, D7 and FD. RGB value is (125,215,253). Sum of RGB (Red+Green+Blue) = 125+215+253=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DD7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD7FD is #822802. Grayscale: #C0C0C0. Windows color (decimal): -8529923 or 16635773. OLE color: 16635773.

HSL color Cylindrical-coordinate representation of color #7DD7FD: hue angle of 197.81º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DD7FD is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125215253-
CMYK0.510.1500.01
HSL197.81º96.97%74.12%-
HSV(B)197.81º50.59%99.22%-
XYZ50.4960.05101.86-
YUV192.42162.1879.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.08%
GREEN value IS 215 (84.38% from 255) = 36.26%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=21.08%
G=36.26%
B=42.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252152530.510.1500.01197.8196.9774.12
Hex7DD7FD33F01c6614a
Octal175327375631701306141112
Binary111110111010111111111011100111111011100011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,215,253); }

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

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

 a { background-color: rgb(125,215,253); }

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

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

 span { border-color: rgb(125,215,253); }

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