#88B8D1

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

Shades of Seagull #88B8D1

Tints of Seagull #88B8D1

Color information

#88B8D1 (or 0x88B8D1) is unknown color: approx Seagull. HEX triplet: 88, B8 and D1. RGB value is (136,184,209). Sum of RGB (Red+Green+Blue) = 136+184+209=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #88B8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B8D1 is #77472E. Grayscale: #ACACAC. Windows color (decimal): -7817007 or 13744264. OLE color: 13744264.

HSL color Cylindrical-coordinate representation of color #88B8D1: hue angle of 200.55º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88B8D1 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136184209-
CMYK0.350.1200.18
HSL200.55º44.24%67.65%-
HSV(B)200.55º34.93%81.96%-
XYZ38.844.1266.79-
YUV172.5148.6101.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.71%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=25.71%
G=34.78%
B=39.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361842090.350.1200.18200.5544.2467.65
Hex88B8D123C012c92c44
Octal210270321431402231154104
Binary1000100010111000110100011000111100010010110010011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,184,209); }

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

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

 a { background-color: rgb(136,184,209); }

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

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

 span { border-color: rgb(136,184,209); }

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