Html Css Color HEX #7EADCC Seagull

📋 copy color: '#7EADCC'

red 126 ◦ green 173 ◦ blue 204

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

Shades of Seagull #7EADCC

Tints of Seagull #7EADCC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

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

R = 25.05%
G = 34.39%
B = 40.56%

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

#7EADCC (or 0x7EADCC) is known color: Seagull. HEX triplet: 7E, AD and CC. RGB value is (126,173,204). Sum of RGB (Red+Green+Blue) = 126+173+204=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADCC is #815233. Grayscale: #A2A2A2. Windows color (decimal): -8475188 or 13413758. OLE color: 13413758.

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

Color convert

RGB 126 173 204 -
CMYK 0.38 0.15 0 0.2
HSL 203.85º 0.43% 0.65% -
HSV(B) 203.85º 0.38% 0.8% -
XYZ 34.45 38.68 62.78 -
YUV 162.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 126 173 204 0.38 0.15 0 0.2 203.85 0.43 0.65
Hex 7E AD CC 26 F 0 14 CC 2B 41
Octal 176 255 314 46 17 0 24 314 53 101
Binary 1111110 10101101 11001100 100110 1111 0 10100 11001100 101011 1000001

Color Harmonies of #7EADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADCC

Black with #7EADCC

Text Example


Text Example

White with #7EADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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