#8FBCD0

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

Shades of Seagull #8FBCD0

Tints of Seagull #8FBCD0

Color information

#8FBCD0 (or 0x8FBCD0) is unknown color: approx Seagull. HEX triplet: 8F, BC and D0. RGB value is (143,188,208). Sum of RGB (Red+Green+Blue) = 143+188+208=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCD0 is #70432F. Grayscale: #B0B0B0. Windows color (decimal): -7357232 or 13679759. OLE color: 13679759.

HSL color Cylindrical-coordinate representation of color #8FBCD0: hue angle of 198.46º 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 #8FBCD0 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB143188208-
CMYK0.310.1000.18
HSL198.46º40.88%68.82%-
HSV(B)198.46º31.25%81.57%-
XYZ40.746.3666.48-
YUV176.82145.59103.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.53%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=26.53%
G=34.88%
B=38.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1431882080.310.1000.18198.4640.8868.82
Hex8FBCD01FA012c62945
Octal217274320371202230651105
Binary100011111011110011010000111111010010010110001101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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