#8BBFD0

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

Shades of Seagull #8BBFD0

Tints of Seagull #8BBFD0

Color information

#8BBFD0 (or 0x8BBFD0) is unknown color: approx Seagull. HEX triplet: 8B, BF and D0. RGB value is (139,191,208). Sum of RGB (Red+Green+Blue) = 139+191+208=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #8BBFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFD0 is #74402F. Grayscale: #B1B1B1. Windows color (decimal): -7618608 or 13680523. OLE color: 13680523.

HSL color Cylindrical-coordinate representation of color #8BBFD0: hue angle of 194.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BBFD0 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139191208-
CMYK0.330.0800.18
HSL194.78º42.33%68.04%-
HSV(B)194.78º33.17%81.57%-
XYZ40.6647.366.66-
YUV177.39145.27100.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.84%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=25.84%
G=35.50%
B=38.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391912080.330.0800.18194.7842.3368.04
Hex8BBFD0218012c32a44
Octal213277320411002230352104
Binary1000101110111111110100001000011000010010110000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,191,208); }

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

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

 a { background-color: rgb(139,191,208); }

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

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

 span { border-color: rgb(139,191,208); }

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