#88BECC

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

Shades of Seagull #88BECC

Tints of Seagull #88BECC

Color information

#88BECC (or 0x88BECC) is unknown color: approx Seagull. HEX triplet: 88, BE and CC. RGB value is (136,190,204). Sum of RGB (Red+Green+Blue) = 136+190+204=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #88BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BECC is #774133. Grayscale: #AFAFAF. Windows color (decimal): -7815476 or 13418120. OLE color: 13418120.

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

Color convert

RGB136190204-
CMYK0.330.0700.2
HSL192.35º40%66.67%-
HSV(B)192.35º33.33%80%-
XYZ39.4746.4264.01-
YUV175.45144.1199.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=25.66%
G=35.85%
B=38.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361902040.330.0700.2192.354066.67
Hex88BECC217014c02843
Octal21027631441702430050103
Binary100010001011111011001100100001111010100110000001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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