#88BBCA

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

Shades of Seagull #88BBCA

Tints of Seagull #88BBCA

Color information

#88BBCA (or 0x88BBCA) is unknown color: approx Seagull. HEX triplet: 88, BB and CA. RGB value is (136,187,202). Sum of RGB (Red+Green+Blue) = 136+187+202=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #88BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBCA is #774435. Grayscale: #ADADAD. Windows color (decimal): -7816246 or 13286280. OLE color: 13286280.

HSL color Cylindrical-coordinate representation of color #88BBCA: hue angle of 193.64º 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 #88BBCA is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136187202-
CMYK0.330.0700.21
HSL193.64º38.37%66.27%-
HSV(B)193.64º32.67%79.22%-
XYZ38.5845.0462.54-
YUV173.46144.1101.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.90%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=25.90%
G=35.62%
B=38.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361872020.330.0700.21193.6438.3766.27
Hex88BBCA217015c22642
Octal21027331241702530246102
Binary100010001011101111001010100001111010101110000101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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