Html Css Color HEX #9AB1CA Polo Blue

📋 copy color: '#9AB1CA'

red 154 ◦ green 177 ◦ blue 202

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

Shades of Polo Blue #9AB1CA

Tints of Polo Blue #9AB1CA

RGB

 RED value IS 154 (60.55% from 255) = 28.89%

 GREEN value IS 177 (69.53% from 255) = 33.21%

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

R = 28.89%
G = 33.21%
B = 37.9%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9AB1CA (or 0x9AB1CA) is known color: Polo Blue. HEX triplet: 9A, B1 and CA. RGB value is (154,177,202). Sum of RGB (Red+Green+Blue) = 154+177+202=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 177 (69.53% from 255 or 33.21% 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 #9AB1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB1CA is #654E35. Grayscale: #ACACAC. Windows color (decimal): -6639158 or 13283738. OLE color: 13283738.

HSL color Cylindrical-coordinate representation of color #9AB1CA: hue angle of 211.25º degrees, saturation: 0.31, 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 #9AB1CA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 177 202 -
CMYK 0.24 0.12 0 0.21
HSL 211.25º 0.31% 0.7% -
HSV(B) 211.25º 0.24% 0.79% -
XYZ 39.71 42.58 62 -
YUV 172.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 154 177 202 0.24 0.12 0 0.21 211.25 0.31 0.7
Hex 9A B1 CA 18 C 0 15 D3 1F 46
Octal 232 261 312 30 14 0 25 323 37 106
Binary 10011010 10110001 11001010 11000 1100 0 10101 11010011 11111 1000110

Color Harmonies of #9AB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB1CA

Black with #9AB1CA

Text Example


Text Example

White with #9AB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB1CA; }

 p { color: rgb(154,177,202); }

 H1.HeaderClassName
 {
   color: #9AB1CA;
 }
 .AnyTagClassName
 {
   color: #9AB1CA;
 }
</style>

background-color css

<style>
 a { background-color: #9AB1CA; }

 a { background-color: rgb(154,177,202); }

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

border-color css

<style>
 span { border-color: #9AB1CA; }

 span { border-color: rgb(154,177,202); }

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