#88B6CB

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

Shades of Seagull #88B6CB

Tints of Seagull #88B6CB

Color information

#88B6CB (or 0x88B6CB) is unknown color: approx Seagull. HEX triplet: 88, B6 and CB. RGB value is (136,182,203). Sum of RGB (Red+Green+Blue) = 136+182+203=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #88B6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B6CB is #774934. Grayscale: #AAAAAA. Windows color (decimal): -7817525 or 13350536. OLE color: 13350536.

HSL color Cylindrical-coordinate representation of color #88B6CB: hue angle of 198.81º 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 #88B6CB is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136182203-
CMYK0.330.1000.20
HSL198.81º39.18%66.47%-
HSV(B)198.81º33%79.61%-
XYZ37.664362.82-
YUV170.64146.26103.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.10%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=26.10%
G=34.93%
B=38.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361822030.330.1000.20198.8139.1866.47
Hex88B6CB21A014c72742
Octal210266313411202430747102
Binary1000100010110110110010111000011010010100110001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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