Html Css Color HEX #96AECB Polo Blue

📋 copy color: '#96AECB'

red 150 ◦ green 174 ◦ blue 203

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

Shades of Polo Blue #96AECB

Tints of Polo Blue #96AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.02%

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 28.46%
G = 33.02%
B = 38.52%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96AECB (or 0x96AECB) is known color: Polo Blue. HEX triplet: 96, AE and CB. RGB value is (150,174,203). Sum of RGB (Red+Green+Blue) = 150+174+203=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #96AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AECB is #695134. Grayscale: #A9A9A9. Windows color (decimal): -6902069 or 13348502. OLE color: 13348502.

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

Color convert

RGB 150 174 203 -
CMYK 0.26 0.14 0 0.20
HSL 212.83º 0.34% 0.69% -
HSV(B) 212.83º 0.26% 0.8% -
XYZ 38.49 41.07 62.4 -
YUV 170.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 150 174 203 0.26 0.14 0 0.20 212.83 0.34 0.69
Hex 96 AE CB 1A E 0 14 D5 22 45
Octal 226 256 313 32 16 0 24 325 42 105
Binary 10010110 10101110 11001011 11010 1110 0 10100 11010101 100010 1000101

Color Harmonies of #96AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AECB

Black with #96AECB

Text Example


Text Example

White with #96AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,174,203); }

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

background-color css

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

 a { background-color: rgb(150,174,203); }

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

border-color css

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

 span { border-color: rgb(150,174,203); }

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