#7EB6DB

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

Shades of Seagull #7EB6DB

Tints of Seagull #7EB6DB

Color information

#7EB6DB (or 0x7EB6DB) is unknown color: approx Seagull. HEX triplet: 7E, B6 and DB. RGB value is (126,182,219). Sum of RGB (Red+Green+Blue) = 126+182+219=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EB6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB6DB is #814924. Grayscale: #A9A9A9. Windows color (decimal): -8472869 or 14399102. OLE color: 14399102.

HSL color Cylindrical-coordinate representation of color #7EB6DB: hue angle of 203.87º 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 #7EB6DB is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126182219-
CMYK0.420.1700.14
HSL203.87º56.36%67.65%-
HSV(B)203.87º42.47%85.88%-
XYZ38.1243.0173.31-
YUV169.47155.9596.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.91%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=23.91%
G=34.54%
B=41.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261822190.420.1700.14203.8756.3667.65
Hex7EB6DB2A110Ecc3844
Octal176266333522101631470104
Binary111111010110110110110111010101000101110110011001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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