#8BBEC9

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

Shades of Seagull #8BBEC9

Tints of Seagull #8BBEC9

Color information

#8BBEC9 (or 0x8BBEC9) is unknown color: approx Seagull. HEX triplet: 8B, BE and C9. RGB value is (139,190,201). Sum of RGB (Red+Green+Blue) = 139+190+201=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BBEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEC9 is #744136. Grayscale: #AFAFAF. Windows color (decimal): -7618871 or 13221515. OLE color: 13221515.

HSL color Cylindrical-coordinate representation of color #8BBEC9: hue angle of 190.65º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BBEC9 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139190201-
CMYK0.310.0500.21
HSL190.65º36.47%66.67%-
HSV(B)190.65º30.85%78.82%-
XYZ39.646.5362.15-
YUV176142.1101.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.23%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 201 (78.91% from 255) = 37.92%
R=26.23%
G=35.85%
B=37.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391902010.310.0500.21190.6536.4766.67
Hex8BBEC91F5015bf2443
Octal21327631137502527744103
Binary10001011101111101100100111111101010101101111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,190,201); }

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

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

 a { background-color: rgb(139,190,201); }

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

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

 span { border-color: rgb(139,190,201); }

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