Html Css Color HEX #7EADCB Seagull

📋 copy color: '#7EADCB'

red 126 ◦ green 173 ◦ blue 203

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

Shades of Seagull #7EADCB

Tints of Seagull #7EADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 25.1%
G = 34.46%
B = 40.44%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7EADCB (or 0x7EADCB) is known color: Seagull. HEX triplet: 7E, AD and CB. RGB value is (126,173,203). Sum of RGB (Red+Green+Blue) = 126+173+203=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADCB is #815234. Grayscale: #A2A2A2. Windows color (decimal): -8475189 or 13348222. OLE color: 13348222.

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

Color convert

RGB 126 173 203 -
CMYK 0.38 0.15 0 0.20
HSL 203.38º 0.43% 0.65% -
HSV(B) 203.38º 0.38% 0.8% -
XYZ 34.33 38.63 62.15 -
YUV 162.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 126 173 203 0.38 0.15 0 0.20 203.38 0.43 0.65
Hex 7E AD CB 26 F 0 14 CB 2B 41
Octal 176 255 313 46 17 0 24 313 53 101
Binary 1111110 10101101 11001011 100110 1111 0 10100 11001011 101011 1000001

Color Harmonies of #7EADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADCB

Black with #7EADCB

Text Example


Text Example

White with #7EADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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