#7DD9FD

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

Shades of Light Sky Blue #7DD9FD

Tints of Light Sky Blue #7DD9FD

Color information

#7DD9FD (or 0x7DD9FD) is unknown color: approx Light Sky Blue. HEX triplet: 7D, D9 and FD. RGB value is (125,217,253). Sum of RGB (Red+Green+Blue) = 125+217+253=595 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.01% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DD9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD9FD is #822602. Grayscale: #C1C1C1. Windows color (decimal): -8529411 or 16636285. OLE color: 16636285.

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

Color convert

RGB125217253-
CMYK0.510.1400.01
HSL196.88º96.97%74.12%-
HSV(B)196.88º50.59%99.22%-
XYZ5161.08102.03-
YUV193.6161.5279.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.01%
GREEN value IS 217 (85.16% from 255) = 36.47%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=21.01%
G=36.47%
B=42.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252172530.510.1400.01196.8896.9774.12
Hex7DD9FD33E01c5614a
Octal175331375631601305141112
Binary111110111011001111111011100111110011100010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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