#88B7CD

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

Shades of Seagull #88B7CD

Tints of Seagull #88B7CD

Color information

#88B7CD (or 0x88B7CD) is unknown color: approx Seagull. HEX triplet: 88, B7 and CD. RGB value is (136,183,205). Sum of RGB (Red+Green+Blue) = 136+183+205=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #88B7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B7CD is #774832. Grayscale: #ABABAB. Windows color (decimal): -7817267 or 13481864. OLE color: 13481864.

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

Color convert

RGB136183205-
CMYK0.340.1100.20
HSL199.13º40.83%66.86%-
HSV(B)199.13º33.66%80.39%-
XYZ38.1143.5164.15-
YUV171.46146.93102.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.95%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=25.95%
G=34.92%
B=39.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361832050.340.1100.20199.1340.8366.86
Hex88B7CD22B014c72943
Octal210267315421302430751103
Binary1000100010110111110011011000101011010100110001111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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