#99B2CA

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

Shades of Polo Blue #99B2CA

Tints of Polo Blue #99B2CA

Color information

#99B2CA (or 0x99B2CA) is unknown color: approx Polo Blue. HEX triplet: 99, B2 and CA. RGB value is (153,178,202). Sum of RGB (Red+Green+Blue) = 153+178+202=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #99B2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2CA is #664D35. Grayscale: #ADADAD. Windows color (decimal): -6704438 or 13283993. OLE color: 13283993.

HSL color Cylindrical-coordinate representation of color #99B2CA: hue angle of 209.39º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99B2CA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153178202-
CMYK0.240.1200.21
HSL209.39º31.61%69.61%-
HSV(B)209.39º24.26%79.22%-
XYZ39.7242.8862.06-
YUV173.26144.22113.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.71%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=28.71%
G=33.40%
B=37.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531782020.240.1200.21209.3931.6169.61
Hex99B2CA18C015d12046
Octal231262312301402532140106
Binary100110011011001011001010110001100010101110100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B2CA; }

 p { color: rgb(153,178,202); }

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

<style>
 a { background-color: #99B2CA; }

 a { background-color: rgb(153,178,202); }

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

<style>
 span { border-color: #99B2CA; }

 span { border-color: rgb(153,178,202); }

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