#8BB8CD

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

Shades of Seagull #8BB8CD

Tints of Seagull #8BB8CD

Color information

#8BB8CD (or 0x8BB8CD) is unknown color: approx Seagull. HEX triplet: 8B, B8 and CD. RGB value is (139,184,205). Sum of RGB (Red+Green+Blue) = 139+184+205=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB8CD is #744732. Grayscale: #ACACAC. Windows color (decimal): -7620403 or 13482123. OLE color: 13482123.

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

Color convert

RGB139184205-
CMYK0.320.1000.20
HSL199.09º39.76%67.45%-
HSV(B)199.09º32.2%80.39%-
XYZ38.8144.1864.24-
YUV172.94146.09103.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.33%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=26.33%
G=34.85%
B=38.83%

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
Decimal1391842050.320.1000.20199.0939.7667.45
Hex8BB8CD20A014c72843
Octal213270315401202430750103
Binary1000101110111000110011011000001010010100110001111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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