#90ACCD

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

Shades of Polo Blue #90ACCD

Tints of Polo Blue #90ACCD

Color information

#90ACCD (or 0x90ACCD) is unknown color: approx Polo Blue. HEX triplet: 90, AC and CD. RGB value is (144,172,205). Sum of RGB (Red+Green+Blue) = 144+172+205=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #90ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACCD is #6F5332. Grayscale: #A7A7A7. Windows color (decimal): -7295795 or 13479056. OLE color: 13479056.

HSL color Cylindrical-coordinate representation of color #90ACCD: hue angle of 212.46º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90ACCD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144172205-
CMYK0.300.1600.20
HSL212.46º37.89%68.43%-
HSV(B)212.46º29.76%80.39%-
XYZ37.2739.8463.48-
YUV167.39149.22111.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.64%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=27.64%
G=33.01%
B=39.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441722050.300.1600.20212.4637.8968.43
Hex90ACCD1E10014d42644
Octal220254315362002432446104
Binary1001000010101100110011011111010000010100110101001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,172,205); }

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

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

 a { background-color: rgb(144,172,205); }

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

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

 span { border-color: rgb(144,172,205); }

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