#7DBADA

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

Shades of Seagull #7DBADA

Tints of Seagull #7DBADA

Color information

#7DBADA (or 0x7DBADA) is unknown color: approx Seagull. HEX triplet: 7D, BA and DA. RGB value is (125,186,218). Sum of RGB (Red+Green+Blue) = 125+186+218=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DBADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBADA is #824525. Grayscale: #ABABAB. Windows color (decimal): -8537382 or 14334589. OLE color: 14334589.

HSL color Cylindrical-coordinate representation of color #7DBADA: hue angle of 200.65º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBADA is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125186218-
CMYK0.430.1500.15
HSL200.65º55.69%67.25%-
HSV(B)200.65º42.66%85.49%-
XYZ38.6744.5472.89-
YUV171.41154.2994.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.63%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=23.63%
G=35.16%
B=41.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251862180.430.1500.15200.6555.6967.25
Hex7DBADA2BF0Fc93843
Octal175272332531701731170103
Binary11111011011101011011010101011111101111110010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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