#7DBFDC

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

Shades of Seagull #7DBFDC

Tints of Seagull #7DBFDC

Color information

#7DBFDC (or 0x7DBFDC) is unknown color: approx Seagull. HEX triplet: 7D, BF and DC. RGB value is (125,191,220). Sum of RGB (Red+Green+Blue) = 125+191+220=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFDC is #824023. Grayscale: #AEAEAE. Windows color (decimal): -8536100 or 14466941. OLE color: 14466941.

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

Color convert

RGB125191220-
CMYK0.430.1300.14
HSL198.32º57.58%67.65%-
HSV(B)198.32º43.18%86.27%-
XYZ40.0146.7974.63-
YUV174.57153.6392.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.32%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=23.32%
G=35.63%
B=41.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251912200.430.1300.14198.3257.5867.65
Hex7DBFDC2BD0Ec63a44
Octal175277334531501630672104
Binary11111011011111111011100101011110101110110001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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