#7FBBCA

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

Shades of Seagull #7FBBCA

Tints of Seagull #7FBBCA

Color information

#7FBBCA (or 0x7FBBCA) is unknown color: approx Seagull. HEX triplet: 7F, BB and CA. RGB value is (127,187,202). Sum of RGB (Red+Green+Blue) = 127+187+202=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FBBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBCA is #804435. Grayscale: #AAAAAA. Windows color (decimal): -8406070 or 13286271. OLE color: 13286271.

HSL color Cylindrical-coordinate representation of color #7FBBCA: hue angle of 192º 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 #7FBBCA is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127187202-
CMYK0.370.0700.21
HSL192º41.44%64.51%-
HSV(B)192º37.13%79.22%-
XYZ37.1844.3262.47-
YUV170.77145.6296.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.61%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=24.61%
G=36.24%
B=39.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271872020.370.0700.2119241.4464.51
Hex7FBBCA257015c02941
Octal17727331245702530051101
Binary11111111011101111001010100101111010101110000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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