#8BBBCB

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

Shades of Seagull #8BBBCB

Tints of Seagull #8BBBCB

Color information

#8BBBCB (or 0x8BBBCB) is unknown color: approx Seagull. HEX triplet: 8B, BB and CB. RGB value is (139,187,203). Sum of RGB (Red+Green+Blue) = 139+187+203=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBCB is #744434. Grayscale: #AEAEAE. Windows color (decimal): -7619637 or 13351819. OLE color: 13351819.

HSL color Cylindrical-coordinate representation of color #8BBBCB: hue angle of 195º 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 #8BBBCB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139187203-
CMYK0.320.0800.20
HSL195º38.1%67.06%-
HSV(B)195º31.53%79.61%-
XYZ39.245.3463.19-
YUV174.47144.1102.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.28%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=26.28%
G=35.35%
B=38.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391872030.320.0800.2019538.167.06
Hex8BBBCB208014c32643
Octal213273313401002430346103
Binary1000101110111011110010111000001000010100110000111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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