#8BB7CD

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

Shades of Seagull #8BB7CD

Tints of Seagull #8BB7CD

Color information

#8BB7CD (or 0x8BB7CD) is unknown color: approx Seagull. HEX triplet: 8B, B7 and CD. RGB value is (139,183,205). Sum of RGB (Red+Green+Blue) = 139+183+205=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BB7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB7CD is #744832. Grayscale: #ACACAC. Windows color (decimal): -7620659 or 13481867. OLE color: 13481867.

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

Color convert

RGB139183205-
CMYK0.320.1100.20
HSL200º39.76%67.45%-
HSV(B)200º32.2%80.39%-
XYZ38.643.7664.17-
YUV172.35146.42104.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.38%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=26.38%
G=34.72%
B=38.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391832050.320.1100.2020039.7667.45
Hex8BB7CD20B014c82843
Octal213267315401302431050103
Binary1000101110110111110011011000001011010100110010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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