#7DE0FD

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

Shades of Light Sky Blue #7DE0FD

Tints of Light Sky Blue #7DE0FD

Color information

#7DE0FD (or 0x7DE0FD) is unknown color: approx Light Sky Blue. HEX triplet: 7D, E0 and FD. RGB value is (125,224,253). Sum of RGB (Red+Green+Blue) = 125+224+253=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DE0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE0FD is #821F02. Grayscale: #C5C5C5. Windows color (decimal): -8527619 or 16638077. OLE color: 16638077.

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

Color convert

RGB125224253-
CMYK0.510.1100.01
HSL193.59º96.97%74.12%-
HSV(B)193.59º50.59%99.22%-
XYZ52.8464.76102.64-
YUV197.7159.276.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.76%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=20.76%
G=37.21%
B=42.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252242530.510.1100.01193.5996.9774.12
Hex7DE0FD33B01c2614a
Octal175340375631301302141112
Binary111110111100000111111011100111011011100001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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