#7eb7db

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

Shades of Seagull #7EB7DB

Tints of Seagull #7EB7DB

Color information

#7EB7DB (or 0x7EB7DB) is unknown color: approx Seagull. HEX triplet: 7E, B7 and DB. RGB value is (126,183,219). Sum of RGB (Red+Green+Blue) = 126+183+219=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EB7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB7DB is #814824. Grayscale: #A9A9A9. Windows color (decimal): -8472613 or 14399358. OLE color: 14399358.

HSL color Cylindrical-coordinate representation of color #7EB7DB: hue angle of 203.23º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EB7DB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126183219-
CMYK0.420.1600.14
HSL203.23º56.36%67.65%-
HSV(B)203.23º42.47%85.88%-
XYZ38.3243.4273.38-
YUV170.06155.6296.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=23.86%
G=34.66%
B=41.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261832190.420.1600.14203.2356.3667.65
Hex7EB7DB2A100Ecb3844
Octal176267333522001631370104
Binary111111010110111110110111010101000001110110010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7eb7db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,183,219); }

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

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

 a { background-color: rgb(126,183,219); }

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

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

 span { border-color: rgb(126,183,219); }

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