#88B0CA

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

Shades of Polo Blue #88B0CA

Tints of Polo Blue #88B0CA

Color information

#88B0CA (or 0x88B0CA) is unknown color: approx Polo Blue. HEX triplet: 88, B0 and CA. RGB value is (136,176,202). Sum of RGB (Red+Green+Blue) = 136+176+202=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #88B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B0CA is #774F35. Grayscale: #A6A6A6. Windows color (decimal): -7819062 or 13283464. OLE color: 13283464.

HSL color Cylindrical-coordinate representation of color #88B0CA: hue angle of 203.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88B0CA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136176202-
CMYK0.330.1300.21
HSL203.64º38.37%66.27%-
HSV(B)203.64º32.67%79.22%-
XYZ36.3440.5561.79-
YUV167147.75105.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.46%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=26.46%
G=34.24%
B=39.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361762020.330.1300.21203.6438.3766.27
Hex88B0CA21D015cc2642
Octal210260312411502531446102
Binary1000100010110000110010101000011101010101110011001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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