#88BCCC

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

Shades of Seagull #88BCCC

Tints of Seagull #88BCCC

Color information

#88BCCC (or 0x88BCCC) is unknown color: approx Seagull. HEX triplet: 88, BC and CC. RGB value is (136,188,204). Sum of RGB (Red+Green+Blue) = 136+188+204=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #88BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCCC is #774333. Grayscale: #AEAEAE. Windows color (decimal): -7815988 or 13417608. OLE color: 13417608.

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

Color convert

RGB136188204-
CMYK0.330.0800.2
HSL194.12º40%66.67%-
HSV(B)194.12º33.33%80%-
XYZ39.0445.5663.86-
YUV174.28144.77100.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.76%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=25.76%
G=35.61%
B=38.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361882040.330.0800.2194.124066.67
Hex88BCCC218014c22843
Octal210274314411002430250103
Binary1000100010111100110011001000011000010100110000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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