#8BBCC8

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

Shades of Seagull #8BBCC8

Tints of Seagull #8BBCC8

Color information

#8BBCC8 (or 0x8BBCC8) is unknown color: approx Seagull. HEX triplet: 8B, BC and C8. RGB value is (139,188,200). Sum of RGB (Red+Green+Blue) = 139+188+200=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BBCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCC8 is #744337. Grayscale: #AEAEAE. Windows color (decimal): -7619384 or 13155467. OLE color: 13155467.

HSL color Cylindrical-coordinate representation of color #8BBCC8: hue angle of 191.8º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BBCC8 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB139188200-
CMYK0.300.0600.22
HSL191.8º35.67%66.47%-
HSV(B)191.8º30.5%78.43%-
XYZ39.0645.6361.39-
YUV174.72142.27102.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.38%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=26.38%
G=35.67%
B=37.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391882000.300.0600.22191.835.6766.47
Hex8BBCC81E6016c02442
Octal21327431036602630044102
Binary10001011101111001100100011110110010110110000001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,188,200); }

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

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

 a { background-color: rgb(139,188,200); }

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

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

 span { border-color: rgb(139,188,200); }

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