#8BBAD5

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

Shades of Seagull #8BBAD5

Tints of Seagull #8BBAD5

Color information

#8BBAD5 (or 0x8BBAD5) is unknown color: approx Seagull. HEX triplet: 8B, BA and D5. RGB value is (139,186,213). Sum of RGB (Red+Green+Blue) = 139+186+213=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #8BBAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBAD5 is #74452A. Grayscale: #AEAEAE. Windows color (decimal): -7619883 or 14006923. OLE color: 14006923.

HSL color Cylindrical-coordinate representation of color #8BBAD5: hue angle of 201.89º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BBAD5 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139186213-
CMYK0.350.1300.16
HSL201.89º46.84%69.02%-
HSV(B)201.89º34.74%83.53%-
XYZ40.2245.4169.6-
YUV175.02149.43102.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.84%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=25.84%
G=34.57%
B=39.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391862130.350.1300.16201.8946.8469.02
Hex8BBAD523D010ca2f45
Octal213272325431502031257105
Binary1000101110111010110101011000111101010000110010101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,186,213); }

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

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

 a { background-color: rgb(139,186,213); }

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

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

 span { border-color: rgb(139,186,213); }

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