#7DBEDE

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

Shades of Seagull #7DBEDE

Tints of Seagull #7DBEDE

Color information

#7DBEDE (or 0x7DBEDE) is unknown color: approx Seagull. HEX triplet: 7D, BE and DE. RGB value is (125,190,222). Sum of RGB (Red+Green+Blue) = 125+190+222=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DBEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBEDE is #824121. Grayscale: #AEAEAE. Windows color (decimal): -8536354 or 14597757. OLE color: 14597757.

HSL color Cylindrical-coordinate representation of color #7DBEDE: hue angle of 199.79º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DBEDE is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125190222-
CMYK0.440.1400.13
HSL199.79º59.51%68.04%-
HSV(B)199.79º43.69%87.06%-
XYZ40.0646.4675.96-
YUV174.21154.9792.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.28%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=23.28%
G=35.38%
B=41.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251902220.440.1400.13199.7959.5168.04
Hex7DBEDE2CE0Dc83c44
Octal175276336541601531074104
Binary11111011011111011011110101100111001101110010001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,190,222); }

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

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

 a { background-color: rgb(125,190,222); }

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

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

 span { border-color: rgb(125,190,222); }

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