#88BFCB

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

Shades of Seagull #88BFCB

Tints of Seagull #88BFCB

Color information

#88BFCB (or 0x88BFCB) is unknown color: approx Seagull. HEX triplet: 88, BF and CB. RGB value is (136,191,203). Sum of RGB (Red+Green+Blue) = 136+191+203=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #88BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFCB is #774034. Grayscale: #AFAFAF. Windows color (decimal): -7815221 or 13352840. OLE color: 13352840.

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

Color convert

RGB136191203-
CMYK0.330.0600.20
HSL190.75º39.18%66.47%-
HSV(B)190.75º33%79.61%-
XYZ39.5646.8163.45-
YUV175.92143.2899.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=25.66%
G=36.04%
B=38.30%

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
Decimal1361912030.330.0600.20190.7539.1866.47
Hex88BFCB216014bf2742
Octal21027731341602427747102
Binary100010001011111111001011100001110010100101111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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