#8BB9CD

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

Shades of Seagull #8BB9CD

Tints of Seagull #8BB9CD

Color information

#8BB9CD (or 0x8BB9CD) is unknown color: approx Seagull. HEX triplet: 8B, B9 and CD. RGB value is (139,185,205). Sum of RGB (Red+Green+Blue) = 139+185+205=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BB9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9CD is #744632. Grayscale: #ADADAD. Windows color (decimal): -7620147 or 13482379. OLE color: 13482379.

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

Color convert

RGB139185205-
CMYK0.320.1000.20
HSL198.18º39.76%67.45%-
HSV(B)198.18º32.2%80.39%-
XYZ39.0244.5964.31-
YUV173.53145.76103.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.28%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=26.28%
G=34.97%
B=38.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391852050.320.1000.20198.1839.7667.45
Hex8BB9CD20A014c62843
Octal213271315401202430650103
Binary1000101110111001110011011000001010010100110001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,205); }

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

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

 a { background-color: rgb(139,185,205); }

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

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

 span { border-color: rgb(139,185,205); }

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