#90B6CE

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

Shades of Polo Blue #90B6CE

Tints of Polo Blue #90B6CE

Color information

#90B6CE (or 0x90B6CE) is unknown color: approx Polo Blue. HEX triplet: 90, B6 and CE. RGB value is (144,182,206). Sum of RGB (Red+Green+Blue) = 144+182+206=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #90B6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B6CE is #6F4931. Grayscale: #ADADAD. Windows color (decimal): -7293234 or 13547152. OLE color: 13547152.

HSL color Cylindrical-coordinate representation of color #90B6CE: hue angle of 203.23º 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 #90B6CE is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144182206-
CMYK0.300.1200.19
HSL203.23º38.75%68.63%-
HSV(B)203.23º30.1%80.78%-
XYZ39.3743.8464.78-
YUV173.37146.41107.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.07%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=27.07%
G=34.21%
B=38.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441822060.300.1200.19203.2338.7568.63
Hex90B6CE1EC013cb2745
Octal220266316361402331347105
Binary100100001011011011001110111101100010011110010111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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