#88BACF

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

Shades of Seagull #88BACF

Tints of Seagull #88BACF

Color information

#88BACF (or 0x88BACF) is unknown color: approx Seagull. HEX triplet: 88, BA and CF. RGB value is (136,186,207). Sum of RGB (Red+Green+Blue) = 136+186+207=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #88BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BACF is #774530. Grayscale: #ADADAD. Windows color (decimal): -7816497 or 13613704. OLE color: 13613704.

HSL color Cylindrical-coordinate representation of color #88BACF: hue angle of 197.75º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88BACF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136186207-
CMYK0.340.1000.19
HSL197.75º42.51%67.25%-
HSV(B)197.75º34.3%81.18%-
XYZ38.9744.8665.64-
YUV173.44146.94101.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.71%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=25.71%
G=35.16%
B=39.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361862070.340.1000.19197.7542.5167.25
Hex88BACF22A013c62b43
Octal210272317421202330653103
Binary1000100010111010110011111000101010010011110001101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,186,207); }

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

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

 a { background-color: rgb(136,186,207); }

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

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

 span { border-color: rgb(136,186,207); }

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