#90ADCA

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

Shades of Polo Blue #90ADCA

Tints of Polo Blue #90ADCA

Color information

#90ADCA (or 0x90ADCA) is unknown color: approx Polo Blue. HEX triplet: 90, AD and CA. RGB value is (144,173,202). Sum of RGB (Red+Green+Blue) = 144+173+202=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #90ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADCA is #6F5235. Grayscale: #A7A7A7. Windows color (decimal): -7295542 or 13282704. OLE color: 13282704.

HSL color Cylindrical-coordinate representation of color #90ADCA: hue angle of 210º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90ADCA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144173202-
CMYK0.290.1400.21
HSL210º35.37%67.84%-
HSV(B)210º28.71%79.22%-
XYZ37.1140.0861.66-
YUV167.63147.39111.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.75%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=27.75%
G=33.33%
B=38.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441732020.290.1400.2121035.3767.84
Hex90ADCA1DE015d22344
Octal220255312351602532243104
Binary100100001010110111001010111011110010101110100101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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