#7FBDD0

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

Shades of Seagull #7FBDD0

Tints of Seagull #7FBDD0

Color information

#7FBDD0 (or 0x7FBDD0) is unknown color: approx Seagull. HEX triplet: 7F, BD and D0. RGB value is (127,189,208). Sum of RGB (Red+Green+Blue) = 127+189+208=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #7FBDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDD0 is #80422F. Grayscale: #ACACAC. Windows color (decimal): -8405552 or 13679999. OLE color: 13679999.

HSL color Cylindrical-coordinate representation of color #7FBDD0: hue angle of 194.07º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FBDD0 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB127189208-
CMYK0.390.0900.18
HSL194.07º46.29%65.69%-
HSV(B)194.07º38.94%81.57%-
XYZ38.3445.4666.43-
YUV172.63147.9695.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.24%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=24.24%
G=36.07%
B=39.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1271892080.390.0900.18194.0746.2965.69
Hex7FBDD0279012c22e42
Octal177275320471102230256102
Binary111111110111101110100001001111001010010110000101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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