#7FB3CA

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

Shades of Seagull #7FB3CA

Tints of Seagull #7FB3CA

Color information

#7FB3CA (or 0x7FB3CA) is unknown color: approx Seagull. HEX triplet: 7F, B3 and CA. RGB value is (127,179,202). Sum of RGB (Red+Green+Blue) = 127+179+202=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FB3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB3CA is #804C35. Grayscale: #A5A5A5. Windows color (decimal): -8408118 or 13284223. OLE color: 13284223.

HSL color Cylindrical-coordinate representation of color #7FB3CA: hue angle of 198.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FB3CA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127179202-
CMYK0.370.1100.21
HSL198.4º41.44%64.51%-
HSV(B)198.4º37.13%79.22%-
XYZ35.5341.0261.92-
YUV166.07148.27100.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=25%
G=35.24%
B=39.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271792020.370.1100.21198.441.4464.51
Hex7FB3CA25B015c62941
Octal177263312451302530651101
Binary111111110110011110010101001011011010101110001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,179,202); }

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

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

 a { background-color: rgb(127,179,202); }

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

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

 span { border-color: rgb(127,179,202); }

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