#88BECF

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

Shades of Seagull #88BECF

Tints of Seagull #88BECF

Color information

#88BECF (or 0x88BECF) is unknown color: approx Seagull. HEX triplet: 88, BE and CF. RGB value is (136,190,207). Sum of RGB (Red+Green+Blue) = 136+190+207=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #88BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BECF is #774130. Grayscale: #AFAFAF. Windows color (decimal): -7815473 or 13614728. OLE color: 13614728.

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

Color convert

RGB136190207-
CMYK0.340.0800.19
HSL194.37º42.51%67.25%-
HSV(B)194.37º34.3%81.18%-
XYZ39.8346.5765.92-
YUV175.79145.6199.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.52%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=25.52%
G=35.65%
B=38.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361902070.340.0800.19194.3742.5167.25
Hex88BECF228013c22b43
Octal210276317421002330253103
Binary1000100010111110110011111000101000010011110000101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,190,207); }

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

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

 a { background-color: rgb(136,190,207); }

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

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

 span { border-color: rgb(136,190,207); }

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