#7DD5FD

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

Shades of Light Sky Blue #7DD5FD

Tints of Light Sky Blue #7DD5FD

Color information

#7DD5FD (or 0x7DD5FD) is unknown color: approx Light Sky Blue. HEX triplet: 7D, D5 and FD. RGB value is (125,213,253). Sum of RGB (Red+Green+Blue) = 125+213+253=591 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.15% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DD5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD5FD is #822A02. Grayscale: #BFBFBF. Windows color (decimal): -8530435 or 16635261. OLE color: 16635261.

HSL color Cylindrical-coordinate representation of color #7DD5FD: hue angle of 198.75º 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 #7DD5FD is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125213253-
CMYK0.510.1600.01
HSL198.75º96.97%74.12%-
HSV(B)198.75º50.59%99.22%-
XYZ49.9859.04101.69-
YUV191.25162.8580.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.15%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=21.15%
G=36.04%
B=42.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252132530.510.1600.01198.7596.9774.12
Hex7DD5FD331001c7614a
Octal175325375632001307141112
Binary1111101110101011111110111001110000011100011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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