Html Css Color HEX #96ACD5 Polo Blue

📋 copy color: '#96ACD5'

red 150 ◦ green 172 ◦ blue 213

#96ACD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #96ACD5

Tints of Polo Blue #96ACD5

RGB

 RED value IS 150 (58.98% from 255) = 28.04%

 GREEN value IS 172 (67.58% from 255) = 32.15%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 28.04%
G = 32.15%
B = 39.81%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#96ACD5 (or 0x96ACD5) is known color: Polo Blue. HEX triplet: 96, AC and D5. RGB value is (150,172,213). Sum of RGB (Red+Green+Blue) = 150+172+213=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #96ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACD5 is #69532A. Grayscale: #A9A9A9. Windows color (decimal): -6902571 or 14003350. OLE color: 14003350.

HSL color Cylindrical-coordinate representation of color #96ACD5: hue angle of 219.05º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96ACD5 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 172 213 -
CMYK 0.30 0.19 0 0.16
HSL 219.05º 0.43% 0.71% -
HSV(B) 219.05º 0.3% 0.84% -
XYZ 39.34 40.79 68.75 -
YUV 170.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 150 172 213 0.30 0.19 0 0.16 219.05 0.43 0.71
Hex 96 AC D5 1E 13 0 10 DB 2B 47
Octal 226 254 325 36 23 0 20 333 53 107
Binary 10010110 10101100 11010101 11110 10011 0 10000 11011011 101011 1000111

Color Harmonies of #96ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACD5

Black with #96ACD5

Text Example


Text Example

White with #96ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96ACD5; }

 p { color: rgb(150,172,213); }

 H1.HeaderClassName
 {
   color: #96ACD5;
 }
 .AnyTagClassName
 {
   color: #96ACD5;
 }
</style>

background-color css

<style>
 a { background-color: #96ACD5; }

 a { background-color: rgb(150,172,213); }

 div.DivClassName
 {
   background-color: #96ACD5;
 }
 .BgClassName
 {
   background-color: #96ACD5;
 }
</style>

border-color css

<style>
 span { border-color: #96ACD5; }

 span { border-color: rgb(150,172,213); }

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