#90A7C5

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

Shades of Polo Blue #90A7C5

Tints of Polo Blue #90A7C5

Color information

#90A7C5 (or 0x90A7C5) is unknown color: approx Polo Blue. HEX triplet: 90, A7 and C5. RGB value is (144,167,197). Sum of RGB (Red+Green+Blue) = 144+167+197=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #90A7C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A7C5 is #6F583A. Grayscale: #A3A3A3. Windows color (decimal): -7297083 or 12953488. OLE color: 12953488.

HSL color Cylindrical-coordinate representation of color #90A7C5: hue angle of 213.96º 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 #90A7C5 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB144167197-
CMYK0.270.1500.23
HSL213.96º31.36%66.86%-
HSV(B)213.96º26.9%77.25%-
XYZ35.437.658.21-
YUV163.54146.88114.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=28.35%
G=32.87%
B=38.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441671970.270.1500.23213.9631.3666.86
Hex90A7C51BF017d61f43
Octal220247305331702732637103
Binary10010000101001111100010111011111101011111010110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,167,197); }

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

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

 a { background-color: rgb(144,167,197); }

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

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

 span { border-color: rgb(144,167,197); }

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