#8FBED0

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

Shades of Seagull #8FBED0

Tints of Seagull #8FBED0

Color information

#8FBED0 (or 0x8FBED0) is unknown color: approx Seagull. HEX triplet: 8F, BE and D0. RGB value is (143,190,208). Sum of RGB (Red+Green+Blue) = 143+190+208=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBED0 is #70412F. Grayscale: #B1B1B1. Windows color (decimal): -7356720 or 13680271. OLE color: 13680271.

HSL color Cylindrical-coordinate representation of color #8FBED0: hue angle of 196.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FBED0 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB143190208-
CMYK0.310.0900.18
HSL196.62º40.88%68.82%-
HSV(B)196.62º31.25%81.57%-
XYZ41.1347.2266.62-
YUV178144.93103.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=26.43%
G=35.12%
B=38.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1431902080.310.0900.18196.6240.8868.82
Hex8FBED01F9012c52945
Octal217276320371102230551105
Binary100011111011111011010000111111001010010110001011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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