#7DBEDD

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

Shades of Seagull #7DBEDD

Tints of Seagull #7DBEDD

Color information

#7DBEDD (or 0x7DBEDD) is unknown color: approx Seagull. HEX triplet: 7D, BE and DD. RGB value is (125,190,221). Sum of RGB (Red+Green+Blue) = 125+190+221=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DBEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBEDD is #824122. Grayscale: #ADADAD. Windows color (decimal): -8536355 or 14532221. OLE color: 14532221.

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

Color convert

RGB125190221-
CMYK0.430.1400.13
HSL199.38º58.54%67.84%-
HSV(B)199.38º43.44%86.67%-
XYZ39.9246.4175.26-
YUV174.1154.4792.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.32%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=23.32%
G=35.45%
B=41.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251902210.430.1400.13199.3858.5467.84
Hex7DBEDD2BE0Dc73b44
Octal175276335531601530773104
Binary11111011011111011011101101011111001101110001111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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