Html Css Color HEX #7ECEDE Spray

📋 copy color: '#7ECEDE'

red 126 ◦ green 206 ◦ blue 222

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

Shades of Spray #7ECEDE

Tints of Spray #7ECEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.18%

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

R = 22.74%
G = 37.18%
B = 40.07%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ECEDE (or 0x7ECEDE) is known color: Spray. HEX triplet: 7E, CE and DE. RGB value is (126,206,222). Sum of RGB (Red+Green+Blue) = 126+206+222=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #7ECEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECEDE is #813121. Grayscale: #B7B7B7. Windows color (decimal): -8466722 or 14601854. OLE color: 14601854.

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

Color convert

RGB 126 206 222 -
CMYK 0.43 0.07 0 0.13
HSL 190º 0.59% 0.68% -
HSV(B) 190º 0.43% 0.87% -
XYZ 43.86 53.85 77.19 -
YUV 183.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 126 206 222 0.43 0.07 0 0.13 190 0.59 0.68
Hex 7E CE DE 2B 7 0 D BE 3B 44
Octal 176 316 336 53 7 0 15 276 73 104
Binary 1111110 11001110 11011110 101011 111 0 1101 10111110 111011 1000100

Color Harmonies of #7ECEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECEDE

Black with #7ECEDE

Text Example


Text Example

White with #7ECEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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