#88BCCE

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

Shades of Seagull #88BCCE

Tints of Seagull #88BCCE

Color information

#88BCCE (or 0x88BCCE) is unknown color: approx Seagull. HEX triplet: 88, BC and CE. RGB value is (136,188,206). Sum of RGB (Red+Green+Blue) = 136+188+206=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #88BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCCE is #774331. Grayscale: #AEAEAE. Windows color (decimal): -7815986 or 13548680. OLE color: 13548680.

HSL color Cylindrical-coordinate representation of color #88BCCE: hue angle of 195.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88BCCE is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136188206-
CMYK0.340.0900.19
HSL195.43º41.67%67.06%-
HSV(B)195.43º33.98%80.78%-
XYZ39.2845.6665.14-
YUV174.5145.77100.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=25.66%
G=35.47%
B=38.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361882060.340.0900.19195.4341.6767.06
Hex88BCCE229013c32a43
Octal210274316421102330352103
Binary1000100010111100110011101000101001010011110000111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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