Html Css Color HEX #7ECDD1 Spray

📋 copy color: '#7ECDD1'

red 126 ◦ green 205 ◦ blue 209

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

Shades of Spray #7ECDD1

Tints of Spray #7ECDD1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.96%

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 23.33%
G = 37.96%
B = 38.7%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7ECDD1 (or 0x7ECDD1) is known color: Spray. HEX triplet: 7E, CD and D1. RGB value is (126,205,209). Sum of RGB (Red+Green+Blue) = 126+205+209=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #7ECDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDD1 is #81322E. Grayscale: #B5B5B5. Windows color (decimal): -8466991 or 13749630. OLE color: 13749630.

HSL color Cylindrical-coordinate representation of color #7ECDD1: hue angle of 182.89º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ECDD1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 205 209 -
CMYK 0.40 0.02 0 0.18
HSL 182.89º 0.47% 0.66% -
HSV(B) 182.89º 0.4% 0.82% -
XYZ 41.94 52.7 68.28 -
YUV 181.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 126 205 209 0.40 0.02 0 0.18 182.89 0.47 0.66
Hex 7E CD D1 28 2 0 12 B7 2F 42
Octal 176 315 321 50 2 0 22 267 57 102
Binary 1111110 11001101 11010001 101000 10 0 10010 10110111 101111 1000010

Color Harmonies of #7ECDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECDD1

Black with #7ECDD1

Text Example


Text Example

White with #7ECDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,205,209); }

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

background-color css

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

 a { background-color: rgb(126,205,209); }

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

border-color css

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

 span { border-color: rgb(126,205,209); }

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