#90ADCD

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

Shades of Polo Blue #90ADCD

Tints of Polo Blue #90ADCD

Color information

#90ADCD (or 0x90ADCD) is unknown color: approx Polo Blue. HEX triplet: 90, AD and CD. RGB value is (144,173,205). Sum of RGB (Red+Green+Blue) = 144+173+205=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #90ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADCD is #6F5232. Grayscale: #A7A7A7. Windows color (decimal): -7295539 or 13479312. OLE color: 13479312.

HSL color Cylindrical-coordinate representation of color #90ADCD: hue angle of 211.48º 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 #90ADCD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144173205-
CMYK0.300.1600.20
HSL211.48º37.89%68.43%-
HSV(B)211.48º29.76%80.39%-
XYZ37.4640.2263.55-
YUV167.98148.89110.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.59%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=27.59%
G=33.14%
B=39.27%

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
Decimal1441732050.300.1600.20211.4837.8968.43
Hex90ADCD1E10014d32644
Octal220255315362002432346104
Binary1001000010101101110011011111010000010100110100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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