#7DBFCD

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

Shades of Seagull #7DBFCD

Tints of Seagull #7DBFCD

Color information

#7DBFCD (or 0x7DBFCD) is unknown color: approx Seagull. HEX triplet: 7D, BF and CD. RGB value is (125,191,205). Sum of RGB (Red+Green+Blue) = 125+191+205=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFCD is #824032. Grayscale: #ACACAC. Windows color (decimal): -8536115 or 13483901. OLE color: 13483901.

HSL color Cylindrical-coordinate representation of color #7DBFCD: hue angle of 190.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBFCD is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125191205-
CMYK0.390.0700.20
HSL190.5º44.44%64.71%-
HSV(B)190.5º39.02%80.39%-
XYZ38.1146.0364.63-
YUV172.86146.1393.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.99%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=23.99%
G=36.66%
B=39.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251912050.390.0700.20190.544.4464.71
Hex7DBFCD277014be2c41
Octal17527731547702427654101
Binary11111011011111111001101100111111010100101111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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