#8BBDD8

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

Shades of Seagull #8BBDD8

Tints of Seagull #8BBDD8

Color information

#8BBDD8 (or 0x8BBDD8) is unknown color: approx Seagull. HEX triplet: 8B, BD and D8. RGB value is (139,189,216). Sum of RGB (Red+Green+Blue) = 139+189+216=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDD8 is #744227. Grayscale: #B0B0B0. Windows color (decimal): -7619112 or 14204299. OLE color: 14204299.

HSL color Cylindrical-coordinate representation of color #8BBDD8: hue angle of 201.04º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BBDD8 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139189216-
CMYK0.360.1200.15
HSL201.04º49.68%69.61%-
HSV(B)201.04º35.65%84.71%-
XYZ41.2446.8471.83-
YUV177.13149.94100.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.55%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 216 (84.77% from 255) = 39.71%
R=25.55%
G=34.74%
B=39.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391892160.360.1200.15201.0449.6869.61
Hex8BBDD824C0Fc93246
Octal213275330441401731162106
Binary100010111011110111011000100100110001111110010011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,189,216); }

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

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

 a { background-color: rgb(139,189,216); }

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

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

 span { border-color: rgb(139,189,216); }

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