#8BBCCA

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

Shades of Seagull #8BBCCA

Tints of Seagull #8BBCCA

Color information

#8BBCCA (or 0x8BBCCA) is unknown color: approx Seagull. HEX triplet: 8B, BC and CA. RGB value is (139,188,202). Sum of RGB (Red+Green+Blue) = 139+188+202=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCCA is #744335. Grayscale: #AEAEAE. Windows color (decimal): -7619382 or 13286539. OLE color: 13286539.

HSL color Cylindrical-coordinate representation of color #8BBCCA: hue angle of 193.33º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BBCCA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139188202-
CMYK0.310.0700.21
HSL193.33º37.28%66.86%-
HSV(B)193.33º31.19%79.22%-
XYZ39.2945.7262.63-
YUV174.94143.27102.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.28%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=26.28%
G=35.54%
B=38.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391882020.310.0700.21193.3337.2866.86
Hex8BBCCA1F7015c12543
Octal21327431237702530145103
Binary10001011101111001100101011111111010101110000011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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