#8BBDCD

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

Shades of Seagull #8BBDCD

Tints of Seagull #8BBDCD

Color information

#8BBDCD (or 0x8BBDCD) is unknown color: approx Seagull. HEX triplet: 8B, BD and CD. RGB value is (139,189,205). Sum of RGB (Red+Green+Blue) = 139+189+205=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDCD is #744232. Grayscale: #AFAFAF. Windows color (decimal): -7619123 or 13483403. OLE color: 13483403.

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

Color convert

RGB139189205-
CMYK0.320.0800.20
HSL194.55º39.76%67.45%-
HSV(B)194.55º32.2%80.39%-
XYZ39.8646.2964.59-
YUV175.87144.44101.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=26.08%
G=35.46%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391892050.320.0800.20194.5539.7667.45
Hex8BBDCD208014c32843
Octal213275315401002430350103
Binary1000101110111101110011011000001000010100110000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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