#88BCD2

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

Shades of Seagull #88BCD2

Tints of Seagull #88BCD2

Color information

#88BCD2 (or 0x88BCD2) is unknown color: approx Seagull. HEX triplet: 88, BC and D2. RGB value is (136,188,210). Sum of RGB (Red+Green+Blue) = 136+188+210=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #88BCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCD2 is #77432D. Grayscale: #AEAEAE. Windows color (decimal): -7815982 or 13810824. OLE color: 13810824.

HSL color Cylindrical-coordinate representation of color #88BCD2: hue angle of 197.84º degrees, saturation: 0.45, 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 #88BCD2 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136188210-
CMYK0.350.1000.18
HSL197.84º45.12%67.84%-
HSV(B)197.84º35.24%82.35%-
XYZ39.7745.8567.73-
YUV174.96147.77100.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.47%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 210 (82.42% from 255) = 39.33%
R=25.47%
G=35.21%
B=39.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361882100.350.1000.18197.8445.1267.84
Hex88BCD223A012c62d44
Octal210274322431202230655104
Binary1000100010111100110100101000111010010010110001101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,188,210); }

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

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

 a { background-color: rgb(136,188,210); }

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

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

 span { border-color: rgb(136,188,210); }

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