#7EDBDA

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

Shades of Spray #7EDBDA

Tints of Spray #7EDBDA

Color information

#7EDBDA (or 0x7EDBDA) is unknown color: approx Spray. HEX triplet: 7E, DB and DA. RGB value is (126,219,218). Sum of RGB (Red+Green+Blue) = 126+219+218=563 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.38% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBDA is #812425. Grayscale: #BEBEBE. Windows color (decimal): -8463398 or 14343038. OLE color: 14343038.

HSL color Cylindrical-coordinate representation of color #7EDBDA: hue angle of 179.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDBDA is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB126219218-
CMYK0.4200.000.14
HSL179.35º56.36%67.65%-
HSV(B)179.35º42.47%85.88%-
XYZ46.5960.1675.49-
YUV191.08143.1981.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.38%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=22.38%
G=38.90%
B=38.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262192180.4200.000.14179.3556.3667.65
Hex7EDBDA2A00Eb33844
Octal17633333252001626370104
Binary11111101101101111011010101010001110101100111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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