#88C0D1

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

Shades of Seagull #88C0D1

Tints of Seagull #88C0D1

Color information

#88C0D1 (or 0x88C0D1) is unknown color: approx Seagull. HEX triplet: 88, C0 and D1. RGB value is (136,192,209). Sum of RGB (Red+Green+Blue) = 136+192+209=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #88C0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0D1 is #773F2E. Grayscale: #B1B1B1. Windows color (decimal): -7814959 or 13746312. OLE color: 13746312.

HSL color Cylindrical-coordinate representation of color #88C0D1: hue angle of 193.97º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88C0D1 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136192209-
CMYK0.350.0800.18
HSL193.97º44.24%67.65%-
HSV(B)193.97º34.93%81.96%-
XYZ40.5147.5467.36-
YUV177.19145.9598.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.33%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=25.33%
G=35.75%
B=38.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361922090.350.0800.18193.9744.2467.65
Hex88C0D1238012c22c44
Octal210300321431002230254104
Binary1000100011000000110100011000111000010010110000101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,192,209); }

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

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

 a { background-color: rgb(136,192,209); }

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

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

 span { border-color: rgb(136,192,209); }

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