Html Css Color HEX #7EAECA Seagull

📋 copy color: '#7EAECA'

red 126 ◦ green 174 ◦ blue 202

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

Shades of Seagull #7EAECA

Tints of Seagull #7EAECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 25.1%
G = 34.66%
B = 40.24%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7EAECA (or 0x7EAECA) is known color: Seagull. HEX triplet: 7E, AE and CA. RGB value is (126,174,202). Sum of RGB (Red+Green+Blue) = 126+174+202=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #7EAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAECA is #815135. Grayscale: #A2A2A2. Windows color (decimal): -8474934 or 13282942. OLE color: 13282942.

HSL color Cylindrical-coordinate representation of color #7EAECA: hue angle of 202.11º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EAECA is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 126 174 202 -
CMYK 0.38 0.14 0 0.21
HSL 202.11º 0.42% 0.64% -
HSV(B) 202.11º 0.38% 0.79% -
XYZ 34.4 38.97 61.59 -
YUV 162.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 126 174 202 0.38 0.14 0 0.21 202.11 0.42 0.64
Hex 7E AE CA 26 E 0 15 CA 2A 40
Octal 176 256 312 46 16 0 25 312 52 100
Binary 1111110 10101110 11001010 100110 1110 0 10101 11001010 101010 1000000

Color Harmonies of #7EAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAECA

Black with #7EAECA

Text Example


Text Example

White with #7EAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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