#88b3d7

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

Shades of Polo Blue #88B3D7

Tints of Polo Blue #88B3D7

Color information

#88B3D7 (or 0x88B3D7) is unknown color: approx Polo Blue. HEX triplet: 88, B3 and D7. RGB value is (136,179,215). Sum of RGB (Red+Green+Blue) = 136+179+215=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #88B3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B3D7 is #774C28. Grayscale: #AAAAAA. Windows color (decimal): -7818281 or 14136200. OLE color: 14136200.

HSL color Cylindrical-coordinate representation of color #88B3D7: hue angle of 207.34º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88B3D7 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB136179215-
CMYK0.370.1700.16
HSL207.34º49.69%68.82%-
HSV(B)207.34º36.74%84.31%-
XYZ38.5442.3870.44-
YUV170.25153.25103.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=25.66%
G=33.77%
B=40.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1361792150.370.1700.16207.3449.6968.82
Hex88B3D72511010cf3245
Octal210263327452102031762105
Binary10001000101100111101011110010110001010000110011111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88b3d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,179,215); }

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

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

 a { background-color: rgb(136,179,215); }

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

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

 span { border-color: rgb(136,179,215); }

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