#90AAC4

Color #90AAC4 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #90AAC4

Tints of Polo Blue #90AAC4

Color information

#90AAC4 (or 0x90AAC4) is unknown color: approx Polo Blue. HEX triplet: 90, AA and C4. RGB value is (144,170,196). Sum of RGB (Red+Green+Blue) = 144+170+196=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 196 - color contains mainly: blue. Hex color #90AAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AAC4 is #6F553B. Grayscale: #A5A5A5. Windows color (decimal): -7296316 or 12888720. OLE color: 12888720.

HSL color Cylindrical-coordinate representation of color #90AAC4: hue angle of 210º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90AAC4 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB144170196-
CMYK0.270.1300.23
HSL210º30.59%66.67%-
HSV(B)210º26.53%76.86%-
XYZ35.8438.6657.8-
YUV165.19145.39112.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.24%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 196 (76.95% from 255) = 38.43%
R=28.24%
G=33.33%
B=38.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441701960.270.1300.2321030.5966.67
Hex90AAC41BD017d21f43
Octal220252304331502732237103
Binary10010000101010101100010011011110101011111010010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AAC4; }

 p { color: rgb(144,170,196); }

 H1.HeaderClassName
 {
   color: #90AAC4;
 }
 .AnyTagClassName
 {
   color: #90AAC4;
 }
</style>
background-color css

<style>
 a { background-color: #90AAC4; }

 a { background-color: rgb(144,170,196); }

 div.DivClassName
 {
   background-color: #90AAC4;
 }
 .BgClassName
 {
   background-color: #90AAC4;
 }
</style>
border-color css

<style>
 span { border-color: #90AAC4; }

 span { border-color: rgb(144,170,196); }

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