#7DBED5

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

Shades of Seagull #7DBED5

Tints of Seagull #7DBED5

Color information

#7DBED5 (or 0x7DBED5) is unknown color: approx Seagull. HEX triplet: 7D, BE and D5. RGB value is (125,190,213). Sum of RGB (Red+Green+Blue) = 125+190+213=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #7DBED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBED5 is #82412A. Grayscale: #ADADAD. Windows color (decimal): -8536363 or 14007933. OLE color: 14007933.

HSL color Cylindrical-coordinate representation of color #7DBED5: hue angle of 195.68º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DBED5 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB125190213-
CMYK0.410.1100.16
HSL195.68º51.16%66.27%-
HSV(B)195.68º41.31%83.53%-
XYZ38.8845.9969.78-
YUV173.19150.4793.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.67%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=23.67%
G=35.98%
B=40.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1251902130.410.1100.16195.6851.1666.27
Hex7DBED529B010c43342
Octal175276325511302030463102
Binary111110110111110110101011010011011010000110001001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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