Html Css Color HEX #7ECBDC Spray

📋 copy color: '#7ECBDC'

red 126 ◦ green 203 ◦ blue 220

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

Shades of Spray #7ECBDC

Tints of Spray #7ECBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 22.95%
G = 36.98%
B = 40.07%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7ECBDC (or 0x7ECBDC) is known color: Spray. HEX triplet: 7E, CB and DC. RGB value is (126,203,220). Sum of RGB (Red+Green+Blue) = 126+203+220=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ECBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECBDC is #813423. Grayscale: #B5B5B5. Windows color (decimal): -8467492 or 14470014. OLE color: 14470014.

HSL color Cylindrical-coordinate representation of color #7ECBDC: hue angle of 190.85º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ECBDC is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 203 220 -
CMYK 0.43 0.08 0 0.14
HSL 190.85º 0.57% 0.68% -
HSV(B) 190.85º 0.43% 0.86% -
XYZ 42.88 52.31 75.55 -
YUV 181.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 126 203 220 0.43 0.08 0 0.14 190.85 0.57 0.68
Hex 7E CB DC 2B 8 0 E BF 39 44
Octal 176 313 334 53 10 0 16 277 71 104
Binary 1111110 11001011 11011100 101011 1000 0 1110 10111111 111001 1000100

Color Harmonies of #7ECBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECBDC

Black with #7ECBDC

Text Example


Text Example

White with #7ECBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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