Html Css Color HEX #7ECEDF Spray

📋 copy color: '#7ECEDF'

red 126 ◦ green 206 ◦ blue 223

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

Shades of Spray #7ECEDF

Tints of Spray #7ECEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 22.7%
G = 37.12%
B = 40.18%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ECEDF (or 0x7ECEDF) is known color: Spray. HEX triplet: 7E, CE and DF. RGB value is (126,206,223). Sum of RGB (Red+Green+Blue) = 126+206+223=555 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.70% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ECEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECEDF is #813120. Grayscale: #B7B7B7. Windows color (decimal): -8466721 or 14667390. OLE color: 14667390.

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

Color convert

RGB 126 206 223 -
CMYK 0.43 0.08 0 0.13
HSL 190.52º 0.6% 0.68% -
HSV(B) 190.52º 0.43% 0.87% -
XYZ 43.99 53.91 77.9 -
YUV 184.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 126 206 223 0.43 0.08 0 0.13 190.52 0.6 0.68
Hex 7E CE DF 2B 8 0 D BF 3C 44
Octal 176 316 337 53 10 0 15 277 74 104
Binary 1111110 11001110 11011111 101011 1000 0 1101 10111111 111100 1000100

Color Harmonies of #7ECEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECEDF

Black with #7ECEDF

Text Example


Text Example

White with #7ECEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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