#7DBDDA

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

Shades of Seagull #7DBDDA

Tints of Seagull #7DBDDA

Color information

#7DBDDA (or 0x7DBDDA) is unknown color: approx Seagull. HEX triplet: 7D, BD and DA. RGB value is (125,189,218). Sum of RGB (Red+Green+Blue) = 125+189+218=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DBDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDDA is #824225. Grayscale: #ACACAC. Windows color (decimal): -8536614 or 14335357. OLE color: 14335357.

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

Color convert

RGB125189218-
CMYK0.430.1300.15
HSL198.71º55.69%67.25%-
HSV(B)198.71º42.66%85.49%-
XYZ39.3145.8273.1-
YUV173.17153.393.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.50%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=23.50%
G=35.53%
B=40.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251892180.430.1300.15198.7155.6967.25
Hex7DBDDA2BD0Fc73843
Octal175275332531501730770103
Binary11111011011110111011010101011110101111110001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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