#7DBCDA

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

Shades of Seagull #7DBCDA

Tints of Seagull #7DBCDA

Color information

#7DBCDA (or 0x7DBCDA) is unknown color: approx Seagull. HEX triplet: 7D, BC and DA. RGB value is (125,188,218). Sum of RGB (Red+Green+Blue) = 125+188+218=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DBCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCDA is #824325. Grayscale: #ACACAC. Windows color (decimal): -8536870 or 14335101. OLE color: 14335101.

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

Color convert

RGB125188218-
CMYK0.430.1400.15
HSL199.35º55.69%67.25%-
HSV(B)199.35º42.66%85.49%-
XYZ39.145.3973.03-
YUV172.58153.6394.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.54%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=23.54%
G=35.40%
B=41.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251882180.430.1400.15199.3555.6967.25
Hex7DBCDA2BE0Fc73843
Octal175274332531601730770103
Binary11111011011110011011010101011111001111110001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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