#8BBADA

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

Shades of Seagull #8BBADA

Tints of Seagull #8BBADA

Color information

#8BBADA (or 0x8BBADA) is unknown color: approx Seagull. HEX triplet: 8B, BA and DA. RGB value is (139,186,218). Sum of RGB (Red+Green+Blue) = 139+186+218=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBADA is #744525. Grayscale: #AFAFAF. Windows color (decimal): -7619878 or 14334603. OLE color: 14334603.

HSL color Cylindrical-coordinate representation of color #8BBADA: hue angle of 204.3º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BBADA is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139186218-
CMYK0.360.1500.15
HSL204.3º51.63%70%-
HSV(B)204.3º36.24%85.49%-
XYZ40.8645.6772.99-
YUV175.6151.93101.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=25.60%
G=34.25%
B=40.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391862180.360.1500.15204.351.6370
Hex8BBADA24F0Fcc3446
Octal213272332441701731464106
Binary100010111011101011011010100100111101111110011001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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