#90B6DE

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

Shades of Polo Blue #90B6DE

Tints of Polo Blue #90B6DE

Color information

#90B6DE (or 0x90B6DE) is unknown color: approx Polo Blue. HEX triplet: 90, B6 and DE. RGB value is (144,182,222). Sum of RGB (Red+Green+Blue) = 144+182+222=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #90B6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B6DE is #6F4921. Grayscale: #AFAFAF. Windows color (decimal): -7293218 or 14595728. OLE color: 14595728.

HSL color Cylindrical-coordinate representation of color #90B6DE: hue angle of 210.77º degrees, saturation: 0.54, 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 #90B6DE is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144182222-
CMYK0.350.1800.13
HSL210.77º54.17%71.76%-
HSV(B)210.77º35.14%87.06%-
XYZ41.4144.6675.54-
YUV175.2154.41105.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.28%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=26.28%
G=33.21%
B=40.51%

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
Decimal1441822220.350.1800.13210.7754.1771.76
Hex90B6DE23120Dd33648
Octal220266336432201532366110
Binary1001000010110110110111101000111001001101110100111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,182,222); }

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

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

 a { background-color: rgb(144,182,222); }

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

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

 span { border-color: rgb(144,182,222); }

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