Html Css Color HEX #7ED6DE Spray

📋 copy color: '#7ED6DE'

red 126 ◦ green 214 ◦ blue 222

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

Shades of Spray #7ED6DE

Tints of Spray #7ED6DE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.08%

 BLUE value IS 222 (87.11% from 255) = 39.5%

R = 22.42%
G = 38.08%
B = 39.5%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ED6DE (or 0x7ED6DE) is known color: Spray. HEX triplet: 7E, D6 and DE. RGB value is (126,214,222). Sum of RGB (Red+Green+Blue) = 126+214+222=562 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.42% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #7ED6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6DE is #812921. Grayscale: #BCBCBC. Windows color (decimal): -8464674 or 14603902. OLE color: 14603902.

HSL color Cylindrical-coordinate representation of color #7ED6DE: hue angle of 185º degrees, saturation: 0.59, 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 #7ED6DE is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 214 222 -
CMYK 0.43 0.04 0 0.13
HSL 185º 0.59% 0.68% -
HSV(B) 185º 0.43% 0.87% -
XYZ 45.84 57.8 77.85 -
YUV 188.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 126 214 222 0.43 0.04 0 0.13 185 0.59 0.68
Hex 7E D6 DE 2B 4 0 D B9 3B 44
Octal 176 326 336 53 4 0 15 271 73 104
Binary 1111110 11010110 11011110 101011 100 0 1101 10111001 111011 1000100

Color Harmonies of #7ED6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED6DE

Black with #7ED6DE

Text Example


Text Example

White with #7ED6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,214,222); }

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

background-color css

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

 a { background-color: rgb(126,214,222); }

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

border-color css

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

 span { border-color: rgb(126,214,222); }

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