#7DD9FC

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

Shades of Light Sky Blue #7DD9FC

Tints of Light Sky Blue #7DD9FC

Color information

#7DD9FC (or 0x7DD9FC) is unknown color: approx Light Sky Blue. HEX triplet: 7D, D9 and FC. RGB value is (125,217,252). Sum of RGB (Red+Green+Blue) = 125+217+252=594 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.04% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DD9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD9FC is #822603. Grayscale: #C1C1C1. Windows color (decimal): -8529412 or 16570749. OLE color: 16570749.

HSL color Cylindrical-coordinate representation of color #7DD9FC: hue angle of 196.54º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DD9FC is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125217252-
CMYK0.500.1400.01
HSL196.54º95.49%73.92%-
HSV(B)196.54º50.4%98.82%-
XYZ50.8461.01101.19-
YUV193.48161.0279.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.04%
GREEN value IS 217 (85.16% from 255) = 36.53%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=21.04%
G=36.53%
B=42.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252172520.500.1400.01196.5495.4973.92
Hex7DD9FC32E01c55f4a
Octal175331374621601305137112
Binary111110111011001111111001100101110011100010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,217,252); }

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

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

 a { background-color: rgb(125,217,252); }

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

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

 span { border-color: rgb(125,217,252); }

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