#90B1D4

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

Shades of Polo Blue #90B1D4

Tints of Polo Blue #90B1D4

Color information

#90B1D4 (or 0x90B1D4) is unknown color: approx Polo Blue. HEX triplet: 90, B1 and D4. RGB value is (144,177,212). Sum of RGB (Red+Green+Blue) = 144+177+212=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #90B1D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1D4 is #6F4E2B. Grayscale: #AAAAAA. Windows color (decimal): -7294508 or 13939088. OLE color: 13939088.

HSL color Cylindrical-coordinate representation of color #90B1D4: hue angle of 210.88º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90B1D4 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB144177212-
CMYK0.320.1700.17
HSL210.88º44.16%69.8%-
HSV(B)210.88º32.08%83.14%-
XYZ39.1142.1368.36-
YUV171.12151.07108.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.02%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 212 (83.20% from 255) = 39.77%
R=27.02%
G=33.21%
B=39.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1441772120.320.1700.17210.8844.1669.8
Hex90B1D42011011d32c46
Octal220261324402102132354106
Binary10010000101100011101010010000010001010001110100111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,177,212); }

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

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

 a { background-color: rgb(144,177,212); }

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

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

 span { border-color: rgb(144,177,212); }

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