Html Css Color HEX #7ECBDA Spray

📋 copy color: '#7ECBDA'

red 126 ◦ green 203 ◦ blue 218

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

Shades of Spray #7ECBDA

Tints of Spray #7ECBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.11%

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 23.03%
G = 37.11%
B = 39.85%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7ECBDA (or 0x7ECBDA) is known color: Spray. HEX triplet: 7E, CB and DA. RGB value is (126,203,218). Sum of RGB (Red+Green+Blue) = 126+203+218=547 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.03% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ECBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECBDA is #813425. Grayscale: #B5B5B5. Windows color (decimal): -8467494 or 14338942. OLE color: 14338942.

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

Color convert

RGB 126 203 218 -
CMYK 0.42 0.07 0 0.15
HSL 189.78º 0.55% 0.67% -
HSV(B) 189.78º 0.42% 0.85% -
XYZ 42.62 52.21 74.16 -
YUV 181.69 148.49 88.28 -
System Red Green Blue C M Y K H S L
Decimal 126 203 218 0.42 0.07 0 0.15 189.78 0.55 0.67
Hex 7E CB DA 2A 7 0 F BE 37 43
Octal 176 313 332 52 7 0 17 276 67 103
Binary 1111110 11001011 11011010 101010 111 0 1111 10111110 110111 1000011

Color Harmonies of #7ECBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECBDA

Black with #7ECBDA

Text Example


Text Example

White with #7ECBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,203,218); }

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

background-color css

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

 a { background-color: rgb(126,203,218); }

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

border-color css

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

 span { border-color: rgb(126,203,218); }

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