Html Css Color HEX #7EDBD8 Spray

📋 copy color: '#7EDBD8'

red 126 ◦ green 219 ◦ blue 216

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

Shades of Spray #7EDBD8

Tints of Spray #7EDBD8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.04%

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 22.46%
G = 39.04%
B = 38.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#7EDBD8 (or 0x7EDBD8) is known color: Spray. HEX triplet: 7E, DB and D8. RGB value is (126,219,216). Sum of RGB (Red+Green+Blue) = 126+219+216=561 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.46% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBD8 is #812427. Grayscale: #BEBEBE. Windows color (decimal): -8463400 or 14211966. OLE color: 14211966.

HSL color Cylindrical-coordinate representation of color #7EDBD8: hue angle of 178.06º 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 #7EDBD8 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 219 216 -
CMYK 0.42 0 0.01 0.14
HSL 178.06º 0.56% 0.68% -
HSV(B) 178.06º 0.42% 0.86% -
XYZ 46.33 60.06 74.12 -
YUV 190.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 126 219 216 0.42 0 0.01 0.14 178.06 0.56 0.68
Hex 7E DB D8 2A 0 1 E B2 38 44
Octal 176 333 330 52 0 1 16 262 70 104
Binary 1111110 11011011 11011000 101010 0 1 1110 10110010 111000 1000100

Color Harmonies of #7EDBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDBD8

Black with #7EDBD8

Text Example


Text Example

White with #7EDBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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