Html Css Color HEX #9AB4CC Polo Blue

📋 copy color: '#9AB4CC'

red 154 ◦ green 180 ◦ blue 204

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

Shades of Polo Blue #9AB4CC

Tints of Polo Blue #9AB4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.46%

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 28.62%
G = 33.46%
B = 37.92%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9AB4CC (or 0x9AB4CC) is known color: Polo Blue. HEX triplet: 9A, B4 and CC. RGB value is (154,180,204). Sum of RGB (Red+Green+Blue) = 154+180+204=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4CC is #654B33. Grayscale: #AEAEAE. Windows color (decimal): -6638388 or 13415578. OLE color: 13415578.

HSL color Cylindrical-coordinate representation of color #9AB4CC: hue angle of 208.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AB4CC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 180 204 -
CMYK 0.25 0.12 0 0.2
HSL 208.8º 0.33% 0.7% -
HSV(B) 208.8º 0.25% 0.8% -
XYZ 40.55 43.87 63.46 -
YUV 174.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 154 180 204 0.25 0.12 0 0.2 208.8 0.33 0.7
Hex 9A B4 CC 19 C 0 14 D1 21 46
Octal 232 264 314 31 14 0 24 321 41 106
Binary 10011010 10110100 11001100 11001 1100 0 10100 11010001 100001 1000110

Color Harmonies of #9AB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB4CC

Black with #9AB4CC

Text Example


Text Example

White with #9AB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,204); }

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

background-color css

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

 a { background-color: rgb(154,180,204); }

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

border-color css

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

 span { border-color: rgb(154,180,204); }

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