#7EB9D7

Color #7EB9D7 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #7EB9D7

Tints of Seagull #7EB9D7

Color information

#7EB9D7 (or 0x7EB9D7) is unknown color: approx Seagull. HEX triplet: 7E, B9 and D7. RGB value is (126,185,215). Sum of RGB (Red+Green+Blue) = 126+185+215=526 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.95% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #7EB9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB9D7 is #814628. Grayscale: #AAAAAA. Windows color (decimal): -8472105 or 14137726. OLE color: 14137726.

HSL color Cylindrical-coordinate representation of color #7EB9D7: hue angle of 200.22º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EB9D7 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB126185215-
CMYK0.410.1400.16
HSL200.22º52.66%66.86%-
HSV(B)200.22º41.4%84.31%-
XYZ38.2244.0470.78-
YUV170.78152.9596.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.95%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=23.95%
G=35.17%
B=40.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1261852150.410.1400.16200.2252.6666.86
Hex7EB9D729E010c83543
Octal176271327511602031065103
Binary111111010111001110101111010011110010000110010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,185,215); }

 H1.HeaderClassName
 {
   color: #7EB9D7;
 }
 .AnyTagClassName
 {
   color: #7EB9D7;
 }
</style>
background-color css

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

 a { background-color: rgb(126,185,215); }

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

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

 span { border-color: rgb(126,185,215); }

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