Html Css Color HEX #7ECCDA Spray

📋 copy color: '#7ECCDA'

red 126 ◦ green 204 ◦ blue 218

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

Shades of Spray #7ECCDA

Tints of Spray #7ECCDA

RGB

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

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

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

R = 22.99%
G = 37.23%
B = 39.78%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7ECCDA (or 0x7ECCDA) is known color: Spray. HEX triplet: 7E, CC and DA. RGB value is (126,204,218). Sum of RGB (Red+Green+Blue) = 126+204+218=548 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.99% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ECCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCDA is #813325. Grayscale: #B6B6B6. Windows color (decimal): -8467238 or 14339198. OLE color: 14339198.

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

Color convert

RGB 126 204 218 -
CMYK 0.42 0.06 0 0.15
HSL 189.13º 0.55% 0.67% -
HSV(B) 189.13º 0.42% 0.85% -
XYZ 42.85 52.68 74.24 -
YUV 182.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 126 204 218 0.42 0.06 0 0.15 189.13 0.55 0.67
Hex 7E CC DA 2A 6 0 F BD 37 43
Octal 176 314 332 52 6 0 17 275 67 103
Binary 1111110 11001100 11011010 101010 110 0 1111 10111101 110111 1000011

Color Harmonies of #7ECCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECCDA

Black with #7ECCDA

Text Example


Text Example

White with #7ECCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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