Html Css Color HEX #7EC0DB Seagull

📋 copy color: '#7EC0DB'

red 126 ◦ green 192 ◦ blue 219

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

Shades of Seagull #7EC0DB

Tints of Seagull #7EC0DB

RGB

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

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

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

R = 23.46%
G = 35.75%
B = 40.78%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EC0DB (or 0x7EC0DB) is known color: Seagull. HEX triplet: 7E, C0 and DB. RGB value is (126,192,219). Sum of RGB (Red+Green+Blue) = 126+192+219=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EC0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC0DB is #813F24. Grayscale: #AFAFAF. Windows color (decimal): -8470309 or 14401662. OLE color: 14401662.

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

Color convert

RGB 126 192 219 -
CMYK 0.42 0.12 0 0.14
HSL 197.42º 0.56% 0.68% -
HSV(B) 197.42º 0.42% 0.86% -
XYZ 40.24 47.25 74.02 -
YUV 175.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 126 192 219 0.42 0.12 0 0.14 197.42 0.56 0.68
Hex 7E C0 DB 2A C 0 E C5 38 44
Octal 176 300 333 52 14 0 16 305 70 104
Binary 1111110 11000000 11011011 101010 1100 0 1110 11000101 111000 1000100

Color Harmonies of #7EC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC0DB

Black with #7EC0DB

Text Example


Text Example

White with #7EC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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