#90B7D8

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

Shades of Polo Blue #90B7D8

Tints of Polo Blue #90B7D8

Color information

#90B7D8 (or 0x90B7D8) is unknown color: approx Polo Blue. HEX triplet: 90, B7 and D8. RGB value is (144,183,216). Sum of RGB (Red+Green+Blue) = 144+183+216=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #90B7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7D8 is #6F4827. Grayscale: #AEAEAE. Windows color (decimal): -7292968 or 14202768. OLE color: 14202768.

HSL color Cylindrical-coordinate representation of color #90B7D8: hue angle of 207.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90B7D8 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144183216-
CMYK0.330.1500.15
HSL207.5º48%70.59%-
HSV(B)207.5º33.33%84.71%-
XYZ40.8344.7571.45-
YUV175.1151.08105.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.52%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 216 (84.77% from 255) = 39.78%
R=26.52%
G=33.70%
B=39.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441832160.330.1500.15207.54870.59
Hex90B7D821F0Fd03047
Octal220267330411701732060107
Binary100100001011011111011000100001111101111110100001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,183,216); }

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

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

 a { background-color: rgb(144,183,216); }

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

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

 span { border-color: rgb(144,183,216); }

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