#8BBFCB

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

Shades of Seagull #8BBFCB

Tints of Seagull #8BBFCB

Color information

#8BBFCB (or 0x8BBFCB) is unknown color: approx Seagull. HEX triplet: 8B, BF and CB. RGB value is (139,191,203). Sum of RGB (Red+Green+Blue) = 139+191+203=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFCB is #744034. Grayscale: #B0B0B0. Windows color (decimal): -7618613 or 13352843. OLE color: 13352843.

HSL color Cylindrical-coordinate representation of color #8BBFCB: hue angle of 191.25º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BBFCB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139191203-
CMYK0.320.0600.20
HSL191.25º38.1%67.06%-
HSV(B)191.25º31.53%79.61%-
XYZ40.0647.0663.47-
YUV176.82142.77101.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=26.08%
G=35.83%
B=38.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391912030.320.0600.20191.2538.167.06
Hex8BBFCB206014bf2643
Octal21327731340602427746103
Binary100010111011111111001011100000110010100101111111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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