Html Css Color HEX #7EAECC Seagull

📋 copy color: '#7EAECC'

red 126 ◦ green 174 ◦ blue 204

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

Shades of Seagull #7EAECC

Tints of Seagull #7EAECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.52%

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

R = 25%
G = 34.52%
B = 40.48%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7EAECC (or 0x7EAECC) is known color: Seagull. HEX triplet: 7E, AE and CC. RGB value is (126,174,204). Sum of RGB (Red+Green+Blue) = 126+174+204=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAECC is #815133. Grayscale: #A2A2A2. Windows color (decimal): -8474932 or 13414014. OLE color: 13414014.

HSL color Cylindrical-coordinate representation of color #7EAECC: hue angle of 203.08º 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 #7EAECC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 174 204 -
CMYK 0.38 0.15 0 0.2
HSL 203.08º 0.43% 0.65% -
HSV(B) 203.08º 0.38% 0.8% -
XYZ 34.64 39.07 62.84 -
YUV 163.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 126 174 204 0.38 0.15 0 0.2 203.08 0.43 0.65
Hex 7E AE CC 26 F 0 14 CB 2B 41
Octal 176 256 314 46 17 0 24 313 53 101
Binary 1111110 10101110 11001100 100110 1111 0 10100 11001011 101011 1000001

Color Harmonies of #7EAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAECC

Black with #7EAECC

Text Example


Text Example

White with #7EAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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