#88B9CC

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

Shades of Seagull #88B9CC

Tints of Seagull #88B9CC

Color information

#88B9CC (or 0x88B9CC) is unknown color: approx Seagull. HEX triplet: 88, B9 and CC. RGB value is (136,185,204). Sum of RGB (Red+Green+Blue) = 136+185+204=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #88B9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B9CC is #774633. Grayscale: #ACACAC. Windows color (decimal): -7816756 or 13416840. OLE color: 13416840.

HSL color Cylindrical-coordinate representation of color #88B9CC: hue angle of 196.76º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88B9CC is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136185204-
CMYK0.330.0900.2
HSL196.76º40%66.67%-
HSV(B)196.76º33.33%80%-
XYZ38.444.2963.65-
YUV172.52145.77101.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.90%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=25.90%
G=35.24%
B=38.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361852040.330.0900.2196.764066.67
Hex88B9CC219014c52843
Octal210271314411102430550103
Binary1000100010111001110011001000011001010100110001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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