#88bfd0

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

Shades of Seagull #88BFD0

Tints of Seagull #88BFD0

Color information

#88BFD0 (or 0x88BFD0) is unknown color: approx Seagull. HEX triplet: 88, BF and D0. RGB value is (136,191,208). Sum of RGB (Red+Green+Blue) = 136+191+208=535 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.42% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #88BFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFD0 is #77402F. Grayscale: #B0B0B0. Windows color (decimal): -7815216 or 13680520. OLE color: 13680520.

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

Color convert

RGB136191208-
CMYK0.350.0800.18
HSL194.17º43.37%67.45%-
HSV(B)194.17º34.62%81.57%-
XYZ40.1747.0566.64-
YUV176.49145.7899.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.42%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=25.42%
G=35.70%
B=38.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361912080.350.0800.18194.1743.3767.45
Hex88BFD0238012c22b43
Octal210277320431002230253103
Binary1000100010111111110100001000111000010010110000101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88bfd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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