#90A6C3

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

Shades of Polo Blue #90A6C3

Tints of Polo Blue #90A6C3

Color information

#90A6C3 (or 0x90A6C3) is unknown color: approx Polo Blue. HEX triplet: 90, A6 and C3. RGB value is (144,166,195). Sum of RGB (Red+Green+Blue) = 144+166+195=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #90A6C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A6C3 is #6F593C. Grayscale: #A2A2A2. Windows color (decimal): -7297341 or 12822160. OLE color: 12822160.

HSL color Cylindrical-coordinate representation of color #90A6C3: hue angle of 214.12º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90A6C3 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144166195-
CMYK0.260.1500.24
HSL214.12º29.82%66.47%-
HSV(B)214.12º26.15%76.47%-
XYZ34.9937.1456.95-
YUV162.73146.21114.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.51%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 195 (76.56% from 255) = 38.61%
R=28.51%
G=32.87%
B=38.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441661950.260.1500.24214.1229.8266.47
Hex90A6C31AF018d61e42
Octal220246303321703032636102
Binary10010000101001101100001111010111101100011010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,166,195); }

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

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

 a { background-color: rgb(144,166,195); }

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

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

 span { border-color: rgb(144,166,195); }

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