Html Css Color HEX #7EC5DB Spray

📋 copy color: '#7EC5DB'

red 126 ◦ green 197 ◦ blue 219

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

Shades of Spray #7EC5DB

Tints of Spray #7EC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 23.25%
G = 36.35%
B = 40.41%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EC5DB (or 0x7EC5DB) is known color: Spray. HEX triplet: 7E, C5 and DB. RGB value is (126,197,219). Sum of RGB (Red+Green+Blue) = 126+197+219=542 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.25% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EC5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC5DB is #813A24. Grayscale: #B2B2B2. Windows color (decimal): -8469029 or 14402942. OLE color: 14402942.

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

Color convert

RGB 126 197 219 -
CMYK 0.42 0.10 0 0.14
HSL 194.19º 0.56% 0.68% -
HSV(B) 194.19º 0.42% 0.86% -
XYZ 41.36 49.48 74.39 -
YUV 178.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 126 197 219 0.42 0.10 0 0.14 194.19 0.56 0.68
Hex 7E C5 DB 2A A 0 E C2 38 44
Octal 176 305 333 52 12 0 16 302 70 104
Binary 1111110 11000101 11011011 101010 1010 0 1110 11000010 111000 1000100

Color Harmonies of #7EC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC5DB

Black with #7EC5DB

Text Example


Text Example

White with #7EC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,197,219); }

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

background-color css

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

 a { background-color: rgb(126,197,219); }

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

border-color css

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

 span { border-color: rgb(126,197,219); }

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