#7DBCDC

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

Shades of Seagull #7DBCDC

Tints of Seagull #7DBCDC

Color information

#7DBCDC (or 0x7DBCDC) is unknown color: approx Seagull. HEX triplet: 7D, BC and DC. RGB value is (125,188,220). Sum of RGB (Red+Green+Blue) = 125+188+220=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCDC is #824323. Grayscale: #ACACAC. Windows color (decimal): -8536868 or 14466173. OLE color: 14466173.

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

Color convert

RGB125188220-
CMYK0.430.1500.14
HSL200.21º57.58%67.65%-
HSV(B)200.21º43.18%86.27%-
XYZ39.3645.4974.42-
YUV172.81154.6393.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.45%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=23.45%
G=35.27%
B=41.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251882200.430.1500.14200.2157.5867.65
Hex7DBCDC2BF0Ec83a44
Octal175274334531701631072104
Binary11111011011110011011100101011111101110110010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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