#88B9CA

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

Shades of Seagull #88B9CA

Tints of Seagull #88B9CA

Color information

#88B9CA (or 0x88B9CA) is unknown color: approx Seagull. HEX triplet: 88, B9 and CA. RGB value is (136,185,202). Sum of RGB (Red+Green+Blue) = 136+185+202=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #88B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B9CA is #774635. Grayscale: #ACACAC. Windows color (decimal): -7816758 or 13285768. OLE color: 13285768.

HSL color Cylindrical-coordinate representation of color #88B9CA: hue angle of 195.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88B9CA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136185202-
CMYK0.330.0800.21
HSL195.45º38.37%66.27%-
HSV(B)195.45º32.67%79.22%-
XYZ38.1644.262.4-
YUV172.29144.77102.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=26.00%
G=35.37%
B=38.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361852020.330.0800.21195.4538.3766.27
Hex88B9CA218015c32642
Octal210271312411002530346102
Binary1000100010111001110010101000011000010101110000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,185,202); }

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

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

 a { background-color: rgb(136,185,202); }

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

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

 span { border-color: rgb(136,185,202); }

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