Html Css Color HEX #7EBECC Seagull

📋 copy color: '#7EBECC'

red 126 ◦ green 190 ◦ blue 204

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

Shades of Seagull #7EBECC

Tints of Seagull #7EBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.54%

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 24.23%
G = 36.54%
B = 39.23%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7EBECC (or 0x7EBECC) is known color: Seagull. HEX triplet: 7E, BE and CC. RGB value is (126,190,204). Sum of RGB (Red+Green+Blue) = 126+190+204=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBECC is #814133. Grayscale: #ACACAC. Windows color (decimal): -8470836 or 13418110. OLE color: 13418110.

HSL color Cylindrical-coordinate representation of color #7EBECC: hue angle of 190.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EBECC is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 190 204 -
CMYK 0.38 0.07 0 0.2
HSL 190.77º 0.43% 0.65% -
HSV(B) 190.77º 0.38% 0.8% -
XYZ 37.92 45.62 63.93 -
YUV 172.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 126 190 204 0.38 0.07 0 0.2 190.77 0.43 0.65
Hex 7E BE CC 26 7 0 14 BF 2B 41
Octal 176 276 314 46 7 0 24 277 53 101
Binary 1111110 10111110 11001100 100110 111 0 10100 10111111 101011 1000001

Color Harmonies of #7EBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBECC

Black with #7EBECC

Text Example


Text Example

White with #7EBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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