#88BACD

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

Shades of Seagull #88BACD

Tints of Seagull #88BACD

Color information

#88BACD (or 0x88BACD) is unknown color: approx Seagull. HEX triplet: 88, BA and CD. RGB value is (136,186,205). Sum of RGB (Red+Green+Blue) = 136+186+205=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #88BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BACD is #774532. Grayscale: #ADADAD. Windows color (decimal): -7816499 or 13482632. OLE color: 13482632.

HSL color Cylindrical-coordinate representation of color #88BACD: hue angle of 196.52º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88BACD is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136186205-
CMYK0.340.0900.20
HSL196.52º40.83%66.86%-
HSV(B)196.52º33.66%80.39%-
XYZ38.7344.7664.36-
YUV173.22145.94101.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.81%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=25.81%
G=35.29%
B=38.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361862050.340.0900.20196.5240.8366.86
Hex88BACD229014c52943
Octal210272315421102430551103
Binary1000100010111010110011011000101001010100110001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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