Html Css Color HEX #7ECDD9 Spray

📋 copy color: '#7ECDD9'

red 126 ◦ green 205 ◦ blue 217

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

Shades of Spray #7ECDD9

Tints of Spray #7ECDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.6%

R = 22.99%
G = 37.41%
B = 39.6%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7ECDD9 (or 0x7ECDD9) is known color: Spray. HEX triplet: 7E, CD and D9. RGB value is (126,205,217). Sum of RGB (Red+Green+Blue) = 126+205+217=548 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.99% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #7ECDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDD9 is #813226. Grayscale: #B6B6B6. Windows color (decimal): -8466983 or 14273918. OLE color: 14273918.

HSL color Cylindrical-coordinate representation of color #7ECDD9: hue angle of 187.91º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ECDD9 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 205 217 -
CMYK 0.42 0.06 0 0.15
HSL 187.91º 0.54% 0.67% -
HSV(B) 187.91º 0.42% 0.85% -
XYZ 42.96 53.11 73.63 -
YUV 182.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 126 205 217 0.42 0.06 0 0.15 187.91 0.54 0.67
Hex 7E CD D9 2A 6 0 F BC 36 43
Octal 176 315 331 52 6 0 17 274 66 103
Binary 1111110 11001101 11011001 101010 110 0 1111 10111100 110110 1000011

Color Harmonies of #7ECDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECDD9

Black with #7ECDD9

Text Example


Text Example

White with #7ECDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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