Html Css Color HEX #7EC0DF Spray

📋 copy color: '#7EC0DF'

red 126 ◦ green 192 ◦ blue 223

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

Shades of Spray #7EC0DF

Tints of Spray #7EC0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.49%

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 23.29%
G = 35.49%
B = 41.22%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EC0DF (or 0x7EC0DF) is known color: Spray. HEX triplet: 7E, C0 and DF. RGB value is (126,192,223). Sum of RGB (Red+Green+Blue) = 126+192+223=541 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.29% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EC0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC0DF is #813F20. Grayscale: #AFAFAF. Windows color (decimal): -8470305 or 14663806. OLE color: 14663806.

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

Color convert

RGB 126 192 223 -
CMYK 0.43 0.14 0 0.13
HSL 199.18º 0.6% 0.68% -
HSV(B) 199.18º 0.43% 0.87% -
XYZ 40.77 47.46 76.82 -
YUV 175.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 126 192 223 0.43 0.14 0 0.13 199.18 0.6 0.68
Hex 7E C0 DF 2B E 0 D C7 3C 44
Octal 176 300 337 53 16 0 15 307 74 104
Binary 1111110 11000000 11011111 101011 1110 0 1101 11000111 111100 1000100

Color Harmonies of #7EC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC0DF

Black with #7EC0DF

Text Example


Text Example

White with #7EC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,192,223); }

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

background-color css

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

 a { background-color: rgb(126,192,223); }

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

border-color css

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

 span { border-color: rgb(126,192,223); }

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