#90B1CE

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

Shades of Polo Blue #90B1CE

Tints of Polo Blue #90B1CE

Color information

#90B1CE (or 0x90B1CE) is unknown color: approx Polo Blue. HEX triplet: 90, B1 and CE. RGB value is (144,177,206). Sum of RGB (Red+Green+Blue) = 144+177+206=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #90B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1CE is #6F4E31. Grayscale: #AAAAAA. Windows color (decimal): -7294514 or 13545872. OLE color: 13545872.

HSL color Cylindrical-coordinate representation of color #90B1CE: hue angle of 208.06º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90B1CE is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144177206-
CMYK0.300.1400.19
HSL208.06º38.75%68.63%-
HSV(B)208.06º30.1%80.78%-
XYZ38.3641.8364.44-
YUV170.44148.07109.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=27.32%
G=33.59%
B=39.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441772060.300.1400.19208.0638.7568.63
Hex90B1CE1EE013d02745
Octal220261316361602332047105
Binary100100001011000111001110111101110010011110100001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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