#90ACDF

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

Shades of Polo Blue #90ACDF

Tints of Polo Blue #90ACDF

Color information

#90ACDF (or 0x90ACDF) is unknown color: approx Polo Blue. HEX triplet: 90, AC and DF. RGB value is (144,172,223). Sum of RGB (Red+Green+Blue) = 144+172+223=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #90ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACDF is #6F5320. Grayscale: #A9A9A9. Windows color (decimal): -7295777 or 14658704. OLE color: 14658704.

HSL color Cylindrical-coordinate representation of color #90ACDF: hue angle of 218.73º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90ACDF is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144172223-
CMYK0.350.2300.13
HSL218.73º55.24%71.96%-
HSV(B)218.73º35.43%87.45%-
XYZ39.5740.7675.59-
YUV169.44158.22109.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.72%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 223 (87.5% from 255) = 41.37%
R=26.72%
G=31.91%
B=41.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441722230.350.2300.13218.7355.2471.96
Hex90ACDF23170Ddb3748
Octal220254337432701533367110
Binary1001000010101100110111111000111011101101110110111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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