#7DBFD7

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

Shades of Seagull #7DBFD7

Tints of Seagull #7DBFD7

Color information

#7DBFD7 (or 0x7DBFD7) is unknown color: approx Seagull. HEX triplet: 7D, BF and D7. RGB value is (125,191,215). Sum of RGB (Red+Green+Blue) = 125+191+215=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #7DBFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFD7 is #824028. Grayscale: #ADADAD. Windows color (decimal): -8536105 or 14139261. OLE color: 14139261.

HSL color Cylindrical-coordinate representation of color #7DBFD7: hue angle of 196º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DBFD7 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB125191215-
CMYK0.420.1100.16
HSL196º52.94%66.67%-
HSV(B)196º41.86%84.31%-
XYZ39.3546.5371.2-
YUV174151.1393.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.54%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=23.54%
G=35.97%
B=40.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1251912150.420.1100.1619652.9466.67
Hex7DBFD72AB010c43543
Octal175277327521302030465103
Binary111110110111111110101111010101011010000110001001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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