#88BECB

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

Shades of Seagull #88BECB

Tints of Seagull #88BECB

Color information

#88BECB (or 0x88BECB) is unknown color: approx Seagull. HEX triplet: 88, BE and CB. RGB value is (136,190,203). Sum of RGB (Red+Green+Blue) = 136+190+203=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #88BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BECB is #774134. Grayscale: #AFAFAF. Windows color (decimal): -7815477 or 13352584. OLE color: 13352584.

HSL color Cylindrical-coordinate representation of color #88BECB: hue angle of 191.64º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88BECB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136190203-
CMYK0.330.0600.20
HSL191.64º39.18%66.47%-
HSV(B)191.64º33%79.61%-
XYZ39.3546.3763.38-
YUV175.34143.6199.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.71%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=25.71%
G=35.92%
B=38.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361902030.330.0600.20191.6439.1866.47
Hex88BECB216014c02742
Octal21027631341602430047102
Binary100010001011111011001011100001110010100110000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88BECB; }

 p { color: rgb(136,190,203); }

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

<style>
 a { background-color: #88BECB; }

 a { background-color: rgb(136,190,203); }

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

<style>
 span { border-color: #88BECB; }

 span { border-color: rgb(136,190,203); }

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