#88BFCE

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

Shades of Seagull #88BFCE

Tints of Seagull #88BFCE

Color information

#88BFCE (or 0x88BFCE) is unknown color: approx Seagull. HEX triplet: 88, BF and CE. RGB value is (136,191,206). Sum of RGB (Red+Green+Blue) = 136+191+206=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #88BFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFCE is #774031. Grayscale: #B0B0B0. Windows color (decimal): -7815218 or 13549448. OLE color: 13549448.

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

Color convert

RGB136191206-
CMYK0.340.0700.19
HSL192.86º41.67%67.06%-
HSV(B)192.86º33.98%80.78%-
XYZ39.9246.9565.35-
YUV176.26144.7899.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.52%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=25.52%
G=35.83%
B=38.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361912060.340.0700.19192.8641.6767.06
Hex88BFCE227013c12a43
Octal21027731642702330152103
Binary100010001011111111001110100010111010011110000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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