#8BBED6

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

Shades of Seagull #8BBED6

Tints of Seagull #8BBED6

Color information

#8BBED6 (or 0x8BBED6) is unknown color: approx Seagull. HEX triplet: 8B, BE and D6. RGB value is (139,190,214). Sum of RGB (Red+Green+Blue) = 139+190+214=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #8BBED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBED6 is #744129. Grayscale: #B1B1B1. Windows color (decimal): -7618858 or 14073483. OLE color: 14073483.

HSL color Cylindrical-coordinate representation of color #8BBED6: hue angle of 199.2º degrees, saturation: 0.48, 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 #8BBED6 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139190214-
CMYK0.350.1100.16
HSL199.2º47.77%69.22%-
HSV(B)199.2º35.05%83.92%-
XYZ41.247.1770.55-
YUV177.49148.6100.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 214 (83.98% from 255) = 39.41%
R=25.60%
G=34.99%
B=39.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391902140.350.1100.16199.247.7769.22
Hex8BBED623B010c73045
Octal213276326431302030760105
Binary1000101110111110110101101000111011010000110001111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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