#99B6D4

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

Shades of Polo Blue #99B6D4

Tints of Polo Blue #99B6D4

Color information

#99B6D4 (or 0x99B6D4) is unknown color: approx Polo Blue. HEX triplet: 99, B6 and D4. RGB value is (153,182,212). Sum of RGB (Red+Green+Blue) = 153+182+212=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #99B6D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B6D4 is #66492B. Grayscale: #B0B0B0. Windows color (decimal): -6703404 or 13940377. OLE color: 13940377.

HSL color Cylindrical-coordinate representation of color #99B6D4: hue angle of 210.51º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99B6D4 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB153182212-
CMYK0.280.1400.17
HSL210.51º40.69%71.57%-
HSV(B)210.51º27.83%83.14%-
XYZ41.7544.9868.77-
YUV176.75147.89111.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.97%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=27.97%
G=33.27%
B=38.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1531822120.280.1400.17210.5140.6971.57
Hex99B6D41CE011d32948
Octal231266324341602132351110
Binary100110011011011011010100111001110010001110100111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,182,212); }

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

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

 a { background-color: rgb(153,182,212); }

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

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

 span { border-color: rgb(153,182,212); }

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