#90B6D0

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

Shades of Polo Blue #90B6D0

Tints of Polo Blue #90B6D0

Color information

#90B6D0 (or 0x90B6D0) is unknown color: approx Polo Blue. HEX triplet: 90, B6 and D0. RGB value is (144,182,208). Sum of RGB (Red+Green+Blue) = 144+182+208=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #90B6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B6D0 is #6F492F. Grayscale: #ADADAD. Windows color (decimal): -7293232 or 13678224. OLE color: 13678224.

HSL color Cylindrical-coordinate representation of color #90B6D0: hue angle of 204.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90B6D0 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB144182208-
CMYK0.310.1200.18
HSL204.38º40.51%69.02%-
HSV(B)204.38º30.77%81.57%-
XYZ39.6143.9466.07-
YUV173.6147.41106.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=26.97%
G=34.08%
B=38.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1441822080.310.1200.18204.3840.5169.02
Hex90B6D01FC012cc2945
Octal220266320371402231451105
Binary100100001011011011010000111111100010010110011001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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