Html Css Color HEX #7EAECF Seagull

📋 copy color: '#7EAECF'

red 126 ◦ green 174 ◦ blue 207

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

Shades of Seagull #7EAECF

Tints of Seagull #7EAECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 24.85%
G = 34.32%
B = 40.83%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7EAECF (or 0x7EAECF) is known color: Seagull. HEX triplet: 7E, AE and CF. RGB value is (126,174,207). Sum of RGB (Red+Green+Blue) = 126+174+207=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAECF is #815130. Grayscale: #A3A3A3. Windows color (decimal): -8474929 or 13610622. OLE color: 13610622.

HSL color Cylindrical-coordinate representation of color #7EAECF: hue angle of 204.44º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EAECF is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 174 207 -
CMYK 0.39 0.16 0 0.19
HSL 204.44º 0.46% 0.65% -
HSV(B) 204.44º 0.39% 0.81% -
XYZ 35 39.21 64.76 -
YUV 163.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 126 174 207 0.39 0.16 0 0.19 204.44 0.46 0.65
Hex 7E AE CF 27 10 0 13 CC 2E 41
Octal 176 256 317 47 20 0 23 314 56 101
Binary 1111110 10101110 11001111 100111 10000 0 10011 11001100 101110 1000001

Color Harmonies of #7EAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAECF

Black with #7EAECF

Text Example


Text Example

White with #7EAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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