#7DD2FE

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

Shades of Light Sky Blue #7DD2FE

Tints of Light Sky Blue #7DD2FE

Color information

#7DD2FE (or 0x7DD2FE) is unknown color: approx Light Sky Blue. HEX triplet: 7D, D2 and FE. RGB value is (125,210,254). Sum of RGB (Red+Green+Blue) = 125+210+254=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DD2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD2FE is #822D01. Grayscale: #BDBDBD. Windows color (decimal): -8531202 or 16700029. OLE color: 16700029.

HSL color Cylindrical-coordinate representation of color #7DD2FE: hue angle of 200.47º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DD2FE is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB125210254-
CMYK0.510.1700.00
HSL200.47º98.47%74.31%-
HSV(B)200.47º50.79%99.61%-
XYZ49.3957.61102.28-
YUV189.6164.3481.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.22%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=21.22%
G=35.65%
B=43.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252102540.510.1700.00200.4798.4774.31
Hex7DD2FE331100c8624a
Octal175322376632100310142112
Binary1111101110100101111111011001110001001100100011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,210,254); }

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

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

 a { background-color: rgb(125,210,254); }

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

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

 span { border-color: rgb(125,210,254); }

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