Html Css Color HEX #7ED8DC Spray

📋 copy color: '#7ED8DC'

red 126 ◦ green 216 ◦ blue 220

#7ED8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #7ED8DC

Tints of Spray #7ED8DC

RGB

 RED value IS 126 (49.61% from 255) = 22.42%

 GREEN value IS 216 (84.77% from 255) = 38.43%

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 22.42%
G = 38.43%
B = 39.15%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7ED8DC (or 0x7ED8DC) is known color: Spray. HEX triplet: 7E, D8 and DC. RGB value is (126,216,220). Sum of RGB (Red+Green+Blue) = 126+216+220=562 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.42% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ED8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED8DC is #812723. Grayscale: #BDBDBD. Windows color (decimal): -8464164 or 14473342. OLE color: 14473342.

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

Color convert

RGB 126 216 220 -
CMYK 0.43 0.02 0 0.14
HSL 182.55º 0.57% 0.68% -
HSV(B) 182.55º 0.43% 0.86% -
XYZ 46.08 58.71 76.61 -
YUV 189.55 145.18 82.67 -
System Red Green Blue C M Y K H S L
Decimal 126 216 220 0.43 0.02 0 0.14 182.55 0.57 0.68
Hex 7E D8 DC 2B 2 0 E B7 39 44
Octal 176 330 334 53 2 0 16 267 71 104
Binary 1111110 11011000 11011100 101011 10 0 1110 10110111 111001 1000100

Color Harmonies of #7ED8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED8DC

Black with #7ED8DC

Text Example


Text Example

White with #7ED8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,216,220); }

 H1.HeaderClassName
 {
   color: #7ED8DC;
 }
 .AnyTagClassName
 {
   color: #7ED8DC;
 }
</style>

background-color css

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

 a { background-color: rgb(126,216,220); }

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

border-color css

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

 span { border-color: rgb(126,216,220); }

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