Html Css Color HEX #7ECCDB Spray

📋 copy color: '#7ECCDB'

red 126 ◦ green 204 ◦ blue 219

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

Shades of Spray #7ECCDB

Tints of Spray #7ECCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.16%

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

R = 22.95%
G = 37.16%
B = 39.89%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7ECCDB (or 0x7ECCDB) is known color: Spray. HEX triplet: 7E, CC and DB. RGB value is (126,204,219). Sum of RGB (Red+Green+Blue) = 126+204+219=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ECCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCDB is #813324. Grayscale: #B6B6B6. Windows color (decimal): -8467237 or 14404734. OLE color: 14404734.

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

Color convert

RGB 126 204 219 -
CMYK 0.42 0.07 0 0.14
HSL 189.68º 0.56% 0.68% -
HSV(B) 189.68º 0.42% 0.86% -
XYZ 42.98 52.74 74.93 -
YUV 182.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 126 204 219 0.42 0.07 0 0.14 189.68 0.56 0.68
Hex 7E CC DB 2A 7 0 E BE 38 44
Octal 176 314 333 52 7 0 16 276 70 104
Binary 1111110 11001100 11011011 101010 111 0 1110 10111110 111000 1000100

Color Harmonies of #7ECCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECCDB

Black with #7ECCDB

Text Example


Text Example

White with #7ECCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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