#8FBECF

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

Shades of Seagull #8FBECF

Tints of Seagull #8FBECF

Color information

#8FBECF (or 0x8FBECF) is unknown color: approx Seagull. HEX triplet: 8F, BE and CF. RGB value is (143,190,207). Sum of RGB (Red+Green+Blue) = 143+190+207=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBECF is #704130. Grayscale: #B1B1B1. Windows color (decimal): -7356721 or 13614735. OLE color: 13614735.

HSL color Cylindrical-coordinate representation of color #8FBECF: hue angle of 195.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FBECF is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143190207-
CMYK0.310.0800.19
HSL195.94º40%68.63%-
HSV(B)195.94º30.92%81.18%-
XYZ4147.1765.98-
YUV177.88144.43103.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.48%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=26.48%
G=35.19%
B=38.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431902070.310.0800.19195.944068.63
Hex8FBECF1F8013c42845
Octal217276317371002330450105
Binary100011111011111011001111111111000010011110001001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FBECF; }

 p { color: rgb(143,190,207); }

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

<style>
 a { background-color: #8FBECF; }

 a { background-color: rgb(143,190,207); }

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

<style>
 span { border-color: #8FBECF; }

 span { border-color: rgb(143,190,207); }

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