#90B1DF

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

Shades of Polo Blue #90B1DF

Tints of Polo Blue #90B1DF

Color information

#90B1DF (or 0x90B1DF) is unknown color: approx Polo Blue. HEX triplet: 90, B1 and DF. RGB value is (144,177,223). Sum of RGB (Red+Green+Blue) = 144+177+223=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #90B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1DF is #6F4E20. Grayscale: #ACACAC. Windows color (decimal): -7294497 or 14659984. OLE color: 14659984.

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

Color convert

RGB144177223-
CMYK0.350.2100.13
HSL214.94º55.24%71.96%-
HSV(B)214.94º35.43%87.45%-
XYZ40.5442.775.92-
YUV172.38156.57107.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.47%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=26.47%
G=32.54%
B=40.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441772230.350.2100.13214.9455.2471.96
Hex90B1DF23150Dd73748
Octal220261337432501532767110
Binary1001000010110001110111111000111010101101110101111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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