#7FBFCD

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

Shades of Seagull #7FBFCD

Tints of Seagull #7FBFCD

Color information

#7FBFCD (or 0x7FBFCD) is unknown color: approx Seagull. HEX triplet: 7F, BF and CD. RGB value is (127,191,205). Sum of RGB (Red+Green+Blue) = 127+191+205=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBFCD is #804032. Grayscale: #ADADAD. Windows color (decimal): -8405043 or 13483903. OLE color: 13483903.

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

Color convert

RGB127191205-
CMYK0.380.0700.20
HSL190.77º43.82%65.1%-
HSV(B)190.77º38.05%80.39%-
XYZ38.446.1864.65-
YUV173.46145.894.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.28%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=24.28%
G=36.52%
B=39.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271912050.380.0700.20190.7743.8265.1
Hex7FBFCD267014bf2c41
Octal17727731546702427754101
Binary11111111011111111001101100110111010100101111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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