Html Css Color HEX #7EDCDD Spray

📋 copy color: '#7EDCDD'

red 126 ◦ green 220 ◦ blue 221

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

Shades of Spray #7EDCDD

Tints of Spray #7EDCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.8%

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

R = 22.22%
G = 38.8%
B = 38.98%

CMYK

 C value IS 0.43

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EDCDD (or 0x7EDCDD) is known color: Spray. HEX triplet: 7E, DC and DD. RGB value is (126,220,221). Sum of RGB (Red+Green+Blue) = 126+220+221=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EDCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDCDD is #812322. Grayscale: #BFBFBF. Windows color (decimal): -8463139 or 14539902. OLE color: 14539902.

HSL color Cylindrical-coordinate representation of color #7EDCDD: hue angle of 180.63º 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 #7EDCDD is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 220 221 -
CMYK 0.43 0.00 0 0.13
HSL 180.63º 0.58% 0.68% -
HSV(B) 180.63º 0.43% 0.87% -
XYZ 47.25 60.84 77.66 -
YUV 192.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 126 220 221 0.43 0.00 0 0.13 180.63 0.58 0.68
Hex 7E DC DD 2B 0 0 D B5 3A 44
Octal 176 334 335 53 0 0 15 265 72 104
Binary 1111110 11011100 11011101 101011 0 0 1101 10110101 111010 1000100

Color Harmonies of #7EDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDCDD

Black with #7EDCDD

Text Example


Text Example

White with #7EDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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