#7FB8DA

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

Shades of Seagull #7FB8DA

Tints of Seagull #7FB8DA

Color information

#7FB8DA (or 0x7FB8DA) is unknown color: approx Seagull. HEX triplet: 7F, B8 and DA. RGB value is (127,184,218). Sum of RGB (Red+Green+Blue) = 127+184+218=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FB8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB8DA is #804725. Grayscale: #AAAAAA. Windows color (decimal): -8406822 or 14334079. OLE color: 14334079.

HSL color Cylindrical-coordinate representation of color #7FB8DA: hue angle of 202.42º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB8DA is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127184218-
CMYK0.420.1600.15
HSL202.42º55.15%67.65%-
HSV(B)202.42º41.74%85.49%-
XYZ38.5543.8572.76-
YUV170.83154.6296.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.01%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=24.01%
G=34.78%
B=41.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271842180.420.1600.15202.4255.1567.65
Hex7FB8DA2A100Fca3744
Octal177270332522001731267104
Binary111111110111000110110101010101000001111110010101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,184,218); }

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

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

 a { background-color: rgb(127,184,218); }

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

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

 span { border-color: rgb(127,184,218); }

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