#7FBEDB

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

Shades of Seagull #7FBEDB

Tints of Seagull #7FBEDB

Color information

#7FBEDB (or 0x7FBEDB) is unknown color: approx Seagull. HEX triplet: 7F, BE and DB. RGB value is (127,190,219). Sum of RGB (Red+Green+Blue) = 127+190+219=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBEDB is #804124. Grayscale: #AEAEAE. Windows color (decimal): -8405285 or 14401151. OLE color: 14401151.

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

Color convert

RGB127190219-
CMYK0.420.1300.14
HSL198.91º56.1%67.84%-
HSV(B)198.91º42.01%85.88%-
XYZ39.9546.4573.88-
YUV174.47153.1394.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.69%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=23.69%
G=35.45%
B=40.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271902190.420.1300.14198.9156.167.84
Hex7FBEDB2AD0Ec73844
Octal177276333521501630770104
Binary11111111011111011011011101010110101110110001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,190,219); }

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

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

 a { background-color: rgb(127,190,219); }

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

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

 span { border-color: rgb(127,190,219); }

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