Html Css Color HEX #7EAFCE Seagull

📋 copy color: '#7EAFCE'

red 126 ◦ green 175 ◦ blue 206

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

Shades of Seagull #7EAFCE

Tints of Seagull #7EAFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.52%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 24.85%
G = 34.52%
B = 40.63%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7EAFCE (or 0x7EAFCE) is known color: Seagull. HEX triplet: 7E, AF and CE. RGB value is (126,175,206). Sum of RGB (Red+Green+Blue) = 126+175+206=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFCE is #815031. Grayscale: #A3A3A3. Windows color (decimal): -8474674 or 13545342. OLE color: 13545342.

HSL color Cylindrical-coordinate representation of color #7EAFCE: hue angle of 203.25º degrees, saturation: 0.45, 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 #7EAFCE is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 175 206 -
CMYK 0.39 0.15 0 0.19
HSL 203.25º 0.45% 0.65% -
HSV(B) 203.25º 0.39% 0.81% -
XYZ 35.07 39.55 64.18 -
YUV 163.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 126 175 206 0.39 0.15 0 0.19 203.25 0.45 0.65
Hex 7E AF CE 27 F 0 13 CB 2D 41
Octal 176 257 316 47 17 0 23 313 55 101
Binary 1111110 10101111 11001110 100111 1111 0 10011 11001011 101101 1000001

Color Harmonies of #7EAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAFCE

Black with #7EAFCE

Text Example


Text Example

White with #7EAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,175,206); }

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

background-color css

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

 a { background-color: rgb(126,175,206); }

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

border-color css

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

 span { border-color: rgb(126,175,206); }

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