#88BBDD

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

Shades of Seagull #88BBDD

Tints of Seagull #88BBDD

Color information

#88BBDD (or 0x88BBDD) is unknown color: approx Seagull. HEX triplet: 88, BB and DD. RGB value is (136,187,221). Sum of RGB (Red+Green+Blue) = 136+187+221=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #88BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBDD is #774422. Grayscale: #AFAFAF. Windows color (decimal): -7816227 or 14531464. OLE color: 14531464.

HSL color Cylindrical-coordinate representation of color #88BBDD: hue angle of 204º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BBDD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136187221-
CMYK0.380.1500.13
HSL204º55.56%70%-
HSV(B)204º38.46%86.67%-
XYZ40.974675.12-
YUV175.63153.699.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=25%
G=34.38%
B=40.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361872210.380.1500.1320455.5670
Hex88BBDD26F0Dcc3846
Octal210273335461701531470106
Binary100010001011101111011101100110111101101110011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,187,221); }

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

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

 a { background-color: rgb(136,187,221); }

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

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

 span { border-color: rgb(136,187,221); }

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