#7DE2FF

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

Shades of Light Sky Blue #7DE2FF

Tints of Light Sky Blue #7DE2FF

Color information

#7DE2FF (or 0x7DE2FF) is unknown color: approx Light Sky Blue. HEX triplet: 7D, E2 and FF. RGB value is (125,226,255). Sum of RGB (Red+Green+Blue) = 125+226+255=606 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.63% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DE2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE2FF is #821D00. Grayscale: #C6C6C6. Windows color (decimal): -8527105 or 16769661. OLE color: 16769661.

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

Color convert

RGB125226255-
CMYK0.510.1100
HSL193.38º100%74.51%-
HSV(B)193.38º50.98%100%-
XYZ53.765.97104.51-
YUV199.11159.5475.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.63%
GREEN value IS 226 (88.67% from 255) = 37.29%
BLUE value IS 255 (100% from 255) = 42.08%
R=20.63%
G=37.29%
B=42.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252262550.510.1100193.3810074.51
Hex7DE2FF33B00c1644b
Octal175342377631300301144113
Binary111110111100010111111111100111011001100000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,226,255); }

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

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

 a { background-color: rgb(125,226,255); }

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

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

 span { border-color: rgb(125,226,255); }

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