#8BBECD

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

Shades of Seagull #8BBECD

Tints of Seagull #8BBECD

Color information

#8BBECD (or 0x8BBECD) is unknown color: approx Seagull. HEX triplet: 8B, BE and CD. RGB value is (139,190,205). Sum of RGB (Red+Green+Blue) = 139+190+205=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBECD is #744132. Grayscale: #B0B0B0. Windows color (decimal): -7618867 or 13483659. OLE color: 13483659.

HSL color Cylindrical-coordinate representation of color #8BBECD: hue angle of 193.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BBECD is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139190205-
CMYK0.320.0700.20
HSL193.64º39.76%67.45%-
HSV(B)193.64º32.2%80.39%-
XYZ40.0846.7264.66-
YUV176.46144.1101.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.03%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=26.03%
G=35.58%
B=38.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391902050.320.0700.20193.6439.7667.45
Hex8BBECD207014c22843
Octal21327631540702430250103
Binary100010111011111011001101100000111010100110000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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