#7EDFFF

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

Shades of Light Sky Blue #7EDFFF

Tints of Light Sky Blue #7EDFFF

Color information

#7EDFFF (or 0x7EDFFF) is unknown color: approx Light Sky Blue. HEX triplet: 7E, DF and FF. RGB value is (126,223,255). Sum of RGB (Red+Green+Blue) = 126+223+255=604 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.86% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EDFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDFFF is #812000. Grayscale: #C5C5C5. Windows color (decimal): -8462337 or 16768894. OLE color: 16768894.

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

Color convert

RGB126223255-
CMYK0.510.1300
HSL194.88º100%74.71%-
HSV(B)194.88º50.59%100%-
XYZ53.0464.43104.25-
YUV197.64160.3676.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.86%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 255 (100% from 255) = 42.22%
R=20.86%
G=36.92%
B=42.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1262232550.510.1300194.8810074.71
Hex7EDFFF33D00c3644b
Octal176337377631500303144113
Binary111111011011111111111111100111101001100001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,223,255); }

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

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

 a { background-color: rgb(126,223,255); }

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

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

 span { border-color: rgb(126,223,255); }

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