Html Css Color HEX #7ECBDD Spray

📋 copy color: '#7ECBDD'

red 126 ◦ green 203 ◦ blue 221

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

Shades of Spray #7ECBDD

Tints of Spray #7ECBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 22.91%
G = 36.91%
B = 40.18%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ECBDD (or 0x7ECBDD) is known color: Spray. HEX triplet: 7E, CB and DD. RGB value is (126,203,221). Sum of RGB (Red+Green+Blue) = 126+203+221=550 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.91% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ECBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECBDD is #813422. Grayscale: #B5B5B5. Windows color (decimal): -8467491 or 14535550. OLE color: 14535550.

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

Color convert

RGB 126 203 221 -
CMYK 0.43 0.08 0 0.13
HSL 191.37º 0.58% 0.68% -
HSV(B) 191.37º 0.43% 0.87% -
XYZ 43.01 52.37 76.25 -
YUV 182.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 126 203 221 0.43 0.08 0 0.13 191.37 0.58 0.68
Hex 7E CB DD 2B 8 0 D BF 3A 44
Octal 176 313 335 53 10 0 15 277 72 104
Binary 1111110 11001011 11011101 101011 1000 0 1101 10111111 111010 1000100

Color Harmonies of #7ECBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECBDD

Black with #7ECBDD

Text Example


Text Example

White with #7ECBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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