Html Css Color HEX #7EB2CE Seagull

📋 copy color: '#7EB2CE'

red 126 ◦ green 178 ◦ blue 206

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

Shades of Seagull #7EB2CE

Tints of Seagull #7EB2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.9%

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

R = 24.71%
G = 34.9%
B = 40.39%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7EB2CE (or 0x7EB2CE) is known color: Seagull. HEX triplet: 7E, B2 and CE. RGB value is (126,178,206). Sum of RGB (Red+Green+Blue) = 126+178+206=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EB2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB2CE is #814D31. Grayscale: #A5A5A5. Windows color (decimal): -8473906 or 13546110. OLE color: 13546110.

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

Color convert

RGB 126 178 206 -
CMYK 0.39 0.14 0 0.19
HSL 201º 0.45% 0.65% -
HSV(B) 201º 0.39% 0.81% -
XYZ 35.67 40.73 64.37 -
YUV 165.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 126 178 206 0.39 0.14 0 0.19 201 0.45 0.65
Hex 7E B2 CE 27 E 0 13 C9 2D 41
Octal 176 262 316 47 16 0 23 311 55 101
Binary 1111110 10110010 11001110 100111 1110 0 10011 11001001 101101 1000001

Color Harmonies of #7EB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB2CE

Black with #7EB2CE

Text Example


Text Example

White with #7EB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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