Html Css Color HEX #7EBACD Seagull

📋 copy color: '#7EBACD'

red 126 ◦ green 186 ◦ blue 205

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

Shades of Seagull #7EBACD

Tints of Seagull #7EBACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.98%

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 24.37%
G = 35.98%
B = 39.65%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7EBACD (or 0x7EBACD) is known color: Seagull. HEX triplet: 7E, BA and CD. RGB value is (126,186,205). Sum of RGB (Red+Green+Blue) = 126+186+205=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBACD is #814532. Grayscale: #AAAAAA. Windows color (decimal): -8471859 or 13482622. OLE color: 13482622.

HSL color Cylindrical-coordinate representation of color #7EBACD: hue angle of 194.43º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EBACD is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 186 205 -
CMYK 0.39 0.09 0 0.20
HSL 194.43º 0.44% 0.65% -
HSV(B) 194.43º 0.39% 0.8% -
XYZ 37.18 43.96 64.28 -
YUV 170.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 126 186 205 0.39 0.09 0 0.20 194.43 0.44 0.65
Hex 7E BA CD 27 9 0 14 C2 2C 41
Octal 176 272 315 47 11 0 24 302 54 101
Binary 1111110 10111010 11001101 100111 1001 0 10100 11000010 101100 1000001

Color Harmonies of #7EBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBACD

Black with #7EBACD

Text Example


Text Example

White with #7EBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,186,205); }

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

background-color css

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

 a { background-color: rgb(126,186,205); }

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

border-color css

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

 span { border-color: rgb(126,186,205); }

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