Html Css Color HEX #7ECDD8 Spray

📋 copy color: '#7ECDD8'

red 126 ◦ green 205 ◦ blue 216

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

Shades of Spray #7ECDD8

Tints of Spray #7ECDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.49%

R = 23.03%
G = 37.48%
B = 39.49%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7ECDD8 (or 0x7ECDD8) is known color: Spray. HEX triplet: 7E, CD and D8. RGB value is (126,205,216). Sum of RGB (Red+Green+Blue) = 126+205+216=547 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.03% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #7ECDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDD8 is #813227. Grayscale: #B6B6B6. Windows color (decimal): -8466984 or 14208382. OLE color: 14208382.

HSL color Cylindrical-coordinate representation of color #7ECDD8: hue angle of 187.33º 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 #7ECDD8 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 205 216 -
CMYK 0.42 0.05 0 0.15
HSL 187.33º 0.54% 0.67% -
HSV(B) 187.33º 0.42% 0.85% -
XYZ 42.83 53.06 72.95 -
YUV 182.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 126 205 216 0.42 0.05 0 0.15 187.33 0.54 0.67
Hex 7E CD D8 2A 5 0 F BB 36 43
Octal 176 315 330 52 5 0 17 273 66 103
Binary 1111110 11001101 11011000 101010 101 0 1111 10111011 110110 1000011

Color Harmonies of #7ECDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECDD8

Black with #7ECDD8

Text Example


Text Example

White with #7ECDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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