#88B0CD

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

Shades of Polo Blue #88B0CD

Tints of Polo Blue #88B0CD

Color information

#88B0CD (or 0x88B0CD) is unknown color: approx Polo Blue. HEX triplet: 88, B0 and CD. RGB value is (136,176,205). Sum of RGB (Red+Green+Blue) = 136+176+205=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #88B0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B0CD is #774F32. Grayscale: #A7A7A7. Windows color (decimal): -7819059 or 13480072. OLE color: 13480072.

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

Color convert

RGB136176205-
CMYK0.340.1400.20
HSL205.22º40.83%66.86%-
HSV(B)205.22º33.66%80.39%-
XYZ36.740.6963.68-
YUV167.35149.25105.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.31%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=26.31%
G=34.04%
B=39.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361762050.340.1400.20205.2240.8366.86
Hex88B0CD22E014cd2943
Octal210260315421602431551103
Binary1000100010110000110011011000101110010100110011011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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