#90ACDB

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

Shades of Polo Blue #90ACDB

Tints of Polo Blue #90ACDB

Color information

#90ACDB (or 0x90ACDB) is unknown color: approx Polo Blue. HEX triplet: 90, AC and DB. RGB value is (144,172,219). Sum of RGB (Red+Green+Blue) = 144+172+219=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #90ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACDB is #6F5324. Grayscale: #A8A8A8. Windows color (decimal): -7295781 or 14396560. OLE color: 14396560.

HSL color Cylindrical-coordinate representation of color #90ACDB: hue angle of 217.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90ACDB is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144172219-
CMYK0.340.2100.14
HSL217.6º51.02%71.18%-
HSV(B)217.6º34.25%85.88%-
XYZ39.0440.5572.79-
YUV168.99156.22110.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=26.92%
G=32.15%
B=40.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441722190.340.2100.14217.651.0271.18
Hex90ACDB22150Eda3347
Octal220254333422501633263107
Binary1001000010101100110110111000101010101110110110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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