#88BDCC

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

Shades of Seagull #88BDCC

Tints of Seagull #88BDCC

Color information

#88BDCC (or 0x88BDCC) is unknown color: approx Seagull. HEX triplet: 88, BD and CC. RGB value is (136,189,204). Sum of RGB (Red+Green+Blue) = 136+189+204=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #88BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDCC is #774233. Grayscale: #AEAEAE. Windows color (decimal): -7815732 or 13417864. OLE color: 13417864.

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

Color convert

RGB136189204-
CMYK0.330.0700.2
HSL193.24º40%66.67%-
HSV(B)193.24º33.33%80%-
XYZ39.2545.9963.93-
YUV174.86144.44100.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.71%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=25.71%
G=35.73%
B=38.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361892040.330.0700.2193.244066.67
Hex88BDCC217014c12843
Octal21027531441702430150103
Binary100010001011110111001100100001111010100110000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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