#8BBED8

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

Shades of Seagull #8BBED8

Tints of Seagull #8BBED8

Color information

#8BBED8 (or 0x8BBED8) is unknown color: approx Seagull. HEX triplet: 8B, BE and D8. RGB value is (139,190,216). Sum of RGB (Red+Green+Blue) = 139+190+216=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BBED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBED8 is #744127. Grayscale: #B1B1B1. Windows color (decimal): -7618856 or 14204555. OLE color: 14204555.

HSL color Cylindrical-coordinate representation of color #8BBED8: hue angle of 200.26º degrees, saturation: 0.5, 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 #8BBED8 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139190216-
CMYK0.360.1200.15
HSL200.26º49.68%69.61%-
HSV(B)200.26º35.65%84.71%-
XYZ41.4647.2771.91-
YUV177.71149.6100.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=25.50%
G=34.86%
B=39.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391902160.360.1200.15200.2649.6869.61
Hex8BBED824C0Fc83246
Octal213276330441401731062106
Binary100010111011111011011000100100110001111110010001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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