#7DBACE

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

Shades of Seagull #7DBACE

Tints of Seagull #7DBACE

Color information

#7DBACE (or 0x7DBACE) is unknown color: approx Seagull. HEX triplet: 7D, BA and CE. RGB value is (125,186,206). Sum of RGB (Red+Green+Blue) = 125+186+206=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DBACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBACE is #824531. Grayscale: #A9A9A9. Windows color (decimal): -8537394 or 13548157. OLE color: 13548157.

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

Color convert

RGB125186206-
CMYK0.390.1000.19
HSL194.81º45.25%64.9%-
HSV(B)194.81º39.32%80.78%-
XYZ37.1643.9364.91-
YUV170.04148.2995.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=24.18%
G=35.98%
B=39.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251862060.390.1000.19194.8145.2564.9
Hex7DBACE27A013c32d41
Octal175272316471202330355101
Binary111110110111010110011101001111010010011110000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,206); }

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

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

 a { background-color: rgb(125,186,206); }

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

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

 span { border-color: rgb(125,186,206); }

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