#7FBDCA

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

Shades of Seagull #7FBDCA

Tints of Seagull #7FBDCA

Color information

#7FBDCA (or 0x7FBDCA) is unknown color: approx Seagull. HEX triplet: 7F, BD and CA. RGB value is (127,189,202). Sum of RGB (Red+Green+Blue) = 127+189+202=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FBDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDCA is #804235. Grayscale: #ABABAB. Windows color (decimal): -8405558 or 13286783. OLE color: 13286783.

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

Color convert

RGB127189202-
CMYK0.370.0600.21
HSL190.4º41.44%64.51%-
HSV(B)190.4º37.13%79.22%-
XYZ37.6145.1762.61-
YUV171.94144.9695.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.52%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=24.52%
G=36.49%
B=39.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271892020.370.0600.21190.441.4464.51
Hex7FBDCA256015be2941
Octal17727531245602527651101
Binary11111111011110111001010100101110010101101111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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