#88BFD1

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

Shades of Seagull #88BFD1

Tints of Seagull #88BFD1

Color information

#88BFD1 (or 0x88BFD1) is unknown color: approx Seagull. HEX triplet: 88, BF and D1. RGB value is (136,191,209). Sum of RGB (Red+Green+Blue) = 136+191+209=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #88BFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFD1 is #77402E. Grayscale: #B0B0B0. Windows color (decimal): -7815215 or 13746056. OLE color: 13746056.

HSL color Cylindrical-coordinate representation of color #88BFD1: hue angle of 194.79º 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 #88BFD1 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136191209-
CMYK0.350.0900.18
HSL194.79º44.24%67.65%-
HSV(B)194.79º34.93%81.96%-
XYZ40.2947.167.29-
YUV176.61146.2899.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.37%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=25.37%
G=35.63%
B=38.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361912090.350.0900.18194.7944.2467.65
Hex88BFD1239012c32c44
Octal210277321431102230354104
Binary1000100010111111110100011000111001010010110000111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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