#88BEDB

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

Shades of Seagull #88BEDB

Tints of Seagull #88BEDB

Color information

#88BEDB (or 0x88BEDB) is unknown color: approx Seagull. HEX triplet: 88, BE and DB. RGB value is (136,190,219). Sum of RGB (Red+Green+Blue) = 136+190+219=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #88BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BEDB is #774124. Grayscale: #B0B0B0. Windows color (decimal): -7815461 or 14401160. OLE color: 14401160.

HSL color Cylindrical-coordinate representation of color #88BEDB: hue angle of 200.96º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BEDB is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136190219-
CMYK0.380.1300.14
HSL200.96º53.55%69.61%-
HSV(B)200.96º37.9%85.88%-
XYZ41.3547.1873.94-
YUV177.16151.6198.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.95%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=24.95%
G=34.86%
B=40.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361902190.380.1300.14200.9653.5569.61
Hex88BEDB26D0Ec93646
Octal210276333461501631166106
Binary100010001011111011011011100110110101110110010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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