Html Css Color HEX #7EADCF Seagull

📋 copy color: '#7EADCF'

red 126 ◦ green 173 ◦ blue 207

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

Shades of Seagull #7EADCF

Tints of Seagull #7EADCF

RGB

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

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

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

R = 24.9%
G = 34.19%
B = 40.91%

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

#7EADCF (or 0x7EADCF) is known color: Seagull. HEX triplet: 7E, AD and CF. RGB value is (126,173,207). Sum of RGB (Red+Green+Blue) = 126+173+207=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADCF is #815230. Grayscale: #A2A2A2. Windows color (decimal): -8475185 or 13610366. OLE color: 13610366.

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

Color convert

RGB 126 173 207 -
CMYK 0.39 0.16 0 0.19
HSL 205.19º 0.46% 0.65% -
HSV(B) 205.19º 0.39% 0.81% -
XYZ 34.81 38.83 64.69 -
YUV 162.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 126 173 207 0.39 0.16 0 0.19 205.19 0.46 0.65
Hex 7E AD CF 27 10 0 13 CD 2E 41
Octal 176 255 317 47 20 0 23 315 56 101
Binary 1111110 10101101 11001111 100111 10000 0 10011 11001101 101110 1000001

Color Harmonies of #7EADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADCF

Black with #7EADCF

Text Example


Text Example

White with #7EADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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