#90B5DD

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

Shades of Polo Blue #90B5DD

Tints of Polo Blue #90B5DD

Color information

#90B5DD (or 0x90B5DD) is unknown color: approx Polo Blue. HEX triplet: 90, B5 and DD. RGB value is (144,181,221). Sum of RGB (Red+Green+Blue) = 144+181+221=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #90B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B5DD is #6F4A22. Grayscale: #AEAEAE. Windows color (decimal): -7293475 or 14529936. OLE color: 14529936.

HSL color Cylindrical-coordinate representation of color #90B5DD: hue angle of 211.17º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90B5DD is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144181221-
CMYK0.350.1800.13
HSL211.17º53.1%71.57%-
HSV(B)211.17º34.84%86.67%-
XYZ41.0844.274.77-
YUV174.5154.24106.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.37%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=26.37%
G=33.15%
B=40.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441812210.350.1800.13211.1753.171.57
Hex90B5DD23120Dd33548
Octal220265335432201532365110
Binary1001000010110101110111011000111001001101110100111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,181,221); }

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

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

 a { background-color: rgb(144,181,221); }

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

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

 span { border-color: rgb(144,181,221); }

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