#90ABDB

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

Shades of Polo Blue #90ABDB

Tints of Polo Blue #90ABDB

Color information

#90ABDB (or 0x90ABDB) is unknown color: approx Polo Blue. HEX triplet: 90, AB and DB. RGB value is (144,171,219). Sum of RGB (Red+Green+Blue) = 144+171+219=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #90ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABDB is #6F5424. Grayscale: #A8A8A8. Windows color (decimal): -7296037 or 14396304. OLE color: 14396304.

HSL color Cylindrical-coordinate representation of color #90ABDB: hue angle of 218.4º 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 #90ABDB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144171219-
CMYK0.340.2200.14
HSL218.4º51.02%71.18%-
HSV(B)218.4º34.25%85.88%-
XYZ38.8540.1772.72-
YUV168.4156.55110.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=26.97%
G=32.02%
B=41.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441712190.340.2200.14218.451.0271.18
Hex90ABDB22160Eda3347
Octal220253333422601633263107
Binary1001000010101011110110111000101011001110110110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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