#7DBFCB

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

Shades of Seagull #7DBFCB

Tints of Seagull #7DBFCB

Color information

#7DBFCB (or 0x7DBFCB) is unknown color: approx Seagull. HEX triplet: 7D, BF and CB. RGB value is (125,191,203). Sum of RGB (Red+Green+Blue) = 125+191+203=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DBFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFCB is #824034. Grayscale: #ACACAC. Windows color (decimal): -8536117 or 13352829. OLE color: 13352829.

HSL color Cylindrical-coordinate representation of color #7DBFCB: hue angle of 189.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DBFCB is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125191203-
CMYK0.380.0600.20
HSL189.23º42.86%64.31%-
HSV(B)189.23º38.42%79.61%-
XYZ37.8745.9363.37-
YUV172.63145.1394.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.08%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=24.08%
G=36.80%
B=39.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251912030.380.0600.20189.2342.8664.31
Hex7DBFCB266014bd2b40
Octal17527731346602427553100
Binary11111011011111111001011100110110010100101111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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