#8BBBD1

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

Shades of Seagull #8BBBD1

Tints of Seagull #8BBBD1

Color information

#8BBBD1 (or 0x8BBBD1) is unknown color: approx Seagull. HEX triplet: 8B, BB and D1. RGB value is (139,187,209). Sum of RGB (Red+Green+Blue) = 139+187+209=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #8BBBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBD1 is #74442E. Grayscale: #AFAFAF. Windows color (decimal): -7619631 or 13745035. OLE color: 13745035.

HSL color Cylindrical-coordinate representation of color #8BBBD1: hue angle of 198.86º degrees, saturation: 0.43, 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 #8BBBD1 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139187209-
CMYK0.330.1100.18
HSL198.86º43.21%68.24%-
HSV(B)198.86º33.49%81.96%-
XYZ39.9345.6367.03-
YUV175.16147.1102.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.98%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 209 (82.03% from 255) = 39.07%
R=25.98%
G=34.95%
B=39.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391872090.330.1100.18198.8643.2168.24
Hex8BBBD121B012c72b44
Octal213273321411302230753104
Binary1000101110111011110100011000011011010010110001111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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