#7DDEFE

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

Shades of Light Sky Blue #7DDEFE

Tints of Light Sky Blue #7DDEFE

Color information

#7DDEFE (or 0x7DDEFE) is unknown color: approx Light Sky Blue. HEX triplet: 7D, DE and FE. RGB value is (125,222,254). Sum of RGB (Red+Green+Blue) = 125+222+254=601 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.80% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DDEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDEFE is #822101. Grayscale: #C4C4C4. Windows color (decimal): -8528130 or 16703101. OLE color: 16703101.

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

Color convert

RGB125222254-
CMYK0.510.1300.00
HSL194.88º98.47%74.31%-
HSV(B)194.88º50.79%99.61%-
XYZ52.4763.76103.31-
YUV196.64160.3676.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.80%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=20.80%
G=36.94%
B=42.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252222540.510.1300.00194.8898.4774.31
Hex7DDEFE33D00c3624a
Octal175336376631500303142112
Binary111110111011110111111101100111101001100001111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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