Html Css Color HEX #96ADCA Polo Blue

📋 copy color: '#96ADCA'

red 150 ◦ green 173 ◦ blue 202

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

Shades of Polo Blue #96ADCA

Tints of Polo Blue #96ADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.95%

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 28.57%
G = 32.95%
B = 38.48%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#96ADCA (or 0x96ADCA) is known color: Polo Blue. HEX triplet: 96, AD and CA. RGB value is (150,173,202). Sum of RGB (Red+Green+Blue) = 150+173+202=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #96ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADCA is #695235. Grayscale: #A9A9A9. Windows color (decimal): -6902326 or 13282710. OLE color: 13282710.

HSL color Cylindrical-coordinate representation of color #96ADCA: hue angle of 213.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96ADCA is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 173 202 -
CMYK 0.26 0.14 0 0.21
HSL 213.46º 0.33% 0.69% -
HSV(B) 213.46º 0.26% 0.79% -
XYZ 38.18 40.64 61.71 -
YUV 169.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 150 173 202 0.26 0.14 0 0.21 213.46 0.33 0.69
Hex 96 AD CA 1A E 0 15 D5 21 45
Octal 226 255 312 32 16 0 25 325 41 105
Binary 10010110 10101101 11001010 11010 1110 0 10101 11010101 100001 1000101

Color Harmonies of #96ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADCA

Black with #96ADCA

Text Example


Text Example

White with #96ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,173,202); }

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

background-color css

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

 a { background-color: rgb(150,173,202); }

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

border-color css

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

 span { border-color: rgb(150,173,202); }

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