#88BBDA

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

Shades of Seagull #88BBDA

Tints of Seagull #88BBDA

Color information

#88BBDA (or 0x88BBDA) is unknown color: approx Seagull. HEX triplet: 88, BB and DA. RGB value is (136,187,218). Sum of RGB (Red+Green+Blue) = 136+187+218=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #88BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBDA is #774425. Grayscale: #AFAFAF. Windows color (decimal): -7816230 or 14334856. OLE color: 14334856.

HSL color Cylindrical-coordinate representation of color #88BBDA: hue angle of 202.68º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BBDA is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136187218-
CMYK0.380.1400.15
HSL202.68º52.56%69.41%-
HSV(B)202.68º37.61%85.49%-
XYZ40.5845.8473.04-
YUV175.28152.199.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.14%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=25.14%
G=34.57%
B=40.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361872180.380.1400.15202.6852.5669.41
Hex88BBDA26E0Fcb3545
Octal210273332461601731365105
Binary100010001011101111011010100110111001111110010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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