#90ADDB

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

Shades of Polo Blue #90ADDB

Tints of Polo Blue #90ADDB

Color information

#90ADDB (or 0x90ADDB) is unknown color: approx Polo Blue. HEX triplet: 90, AD and DB. RGB value is (144,173,219). Sum of RGB (Red+Green+Blue) = 144+173+219=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #90ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADDB is #6F5224. Grayscale: #A9A9A9. Windows color (decimal): -7295525 or 14396816. OLE color: 14396816.

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

Color convert

RGB144173219-
CMYK0.340.2100.14
HSL216.8º51.02%71.18%-
HSV(B)216.8º34.25%85.88%-
XYZ39.2340.9372.85-
YUV169.57155.89109.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.87%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=26.87%
G=32.28%
B=40.86%

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
Decimal1441732190.340.2100.14216.851.0271.18
Hex90ADDB22150Ed93347
Octal220255333422501633163107
Binary1001000010101101110110111000101010101110110110011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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