#88BECD

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

Shades of Seagull #88BECD

Tints of Seagull #88BECD

Color information

#88BECD (or 0x88BECD) is unknown color: approx Seagull. HEX triplet: 88, BE and CD. RGB value is (136,190,205). Sum of RGB (Red+Green+Blue) = 136+190+205=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #88BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BECD is #774132. Grayscale: #AFAFAF. Windows color (decimal): -7815475 or 13483656. OLE color: 13483656.

HSL color Cylindrical-coordinate representation of color #88BECD: hue angle of 193.04º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88BECD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136190205-
CMYK0.340.0700.20
HSL193.04º40.83%66.86%-
HSV(B)193.04º33.66%80.39%-
XYZ39.5946.4764.64-
YUV175.56144.6199.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=25.61%
G=35.78%
B=38.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361902050.340.0700.20193.0440.8366.86
Hex88BECD227014c12943
Octal21027631542702430151103
Binary100010001011111011001101100010111010100110000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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