#7DB9DA

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

Shades of Seagull #7DB9DA

Tints of Seagull #7DB9DA

Color information

#7DB9DA (or 0x7DB9DA) is unknown color: approx Seagull. HEX triplet: 7D, B9 and DA. RGB value is (125,185,218). Sum of RGB (Red+Green+Blue) = 125+185+218=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DB9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB9DA is #824625. Grayscale: #AAAAAA. Windows color (decimal): -8537638 or 14334333. OLE color: 14334333.

HSL color Cylindrical-coordinate representation of color #7DB9DA: hue angle of 201.29º 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 #7DB9DA is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125185218-
CMYK0.430.1500.15
HSL201.29º55.69%67.25%-
HSV(B)201.29º42.66%85.49%-
XYZ38.4644.1272.82-
YUV170.82154.6295.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.67%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=23.67%
G=35.04%
B=41.29%

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
Decimal1251852180.430.1500.15201.2955.6967.25
Hex7DB9DA2BF0Fc93843
Octal175271332531701731170103
Binary11111011011100111011010101011111101111110010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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