#7fbfdd

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

Shades of Seagull #7FBFDD

Tints of Seagull #7FBFDD

Color information

#7FBFDD (or 0x7FBFDD) is unknown color: approx Seagull. HEX triplet: 7F, BF and DD. RGB value is (127,191,221). Sum of RGB (Red+Green+Blue) = 127+191+221=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBFDD is #804022. Grayscale: #AFAFAF. Windows color (decimal): -8405027 or 14532479. OLE color: 14532479.

HSL color Cylindrical-coordinate representation of color #7FBFDD: hue angle of 199.15º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FBFDD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB127191221-
CMYK0.430.1400.13
HSL199.15º58.02%68.24%-
HSV(B)199.15º42.53%86.67%-
XYZ40.4346.9975.35-
YUV175.28153.893.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.56%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=23.56%
G=35.44%
B=41.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1271912210.430.1400.13199.1558.0268.24
Hex7FBFDD2BE0Dc73a44
Octal177277335531601530772104
Binary11111111011111111011101101011111001101110001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fbfdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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