#7DD3FD

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

Shades of Light Sky Blue #7DD3FD

Tints of Light Sky Blue #7DD3FD

Color information

#7DD3FD (or 0x7DD3FD) is unknown color: approx Light Sky Blue. HEX triplet: 7D, D3 and FD. RGB value is (125,211,253). Sum of RGB (Red+Green+Blue) = 125+211+253=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DD3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD3FD is #822C02. Grayscale: #BDBDBD. Windows color (decimal): -8530947 or 16634749. OLE color: 16634749.

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

Color convert

RGB125211253-
CMYK0.510.1700.01
HSL199.69º96.97%74.12%-
HSV(B)199.69º50.59%99.22%-
XYZ49.4858.04101.52-
YUV190.07163.5181.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.22%
GREEN value IS 211 (82.81% from 255) = 35.82%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=21.22%
G=35.82%
B=42.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252112530.510.1700.01199.6996.9774.12
Hex7DD3FD331101c8614a
Octal175323375632101310141112
Binary1111101110100111111110111001110001011100100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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