#7EDBDF

Color #7EDBDF Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7EDBDF

Tints of Spray #7EDBDF

Color information

#7EDBDF (or 0x7EDBDF) is unknown color: approx Spray. HEX triplet: 7E, DB and DF. RGB value is (126,219,223). Sum of RGB (Red+Green+Blue) = 126+219+223=568 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.18% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EDBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBDF is #812420. Grayscale: #BFBFBF. Windows color (decimal): -8463393 or 14670718. OLE color: 14670718.

HSL color Cylindrical-coordinate representation of color #7EDBDF: hue angle of 182.47º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDBDF is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126219223-
CMYK0.430.0200.13
HSL182.47º60.25%68.43%-
HSV(B)182.47º43.5%87.45%-
XYZ47.2560.4378.98-
YUV191.65145.6981.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.18%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=22.18%
G=38.56%
B=39.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262192230.430.0200.13182.4760.2568.43
Hex7EDBDF2B20Db63c44
Octal17633333753201526674104
Binary111111011011011110111111010111001101101101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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