#90B8CE

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

Shades of Polo Blue #90B8CE

Tints of Polo Blue #90B8CE

Color information

#90B8CE (or 0x90B8CE) is unknown color: approx Polo Blue. HEX triplet: 90, B8 and CE. RGB value is (144,184,206). Sum of RGB (Red+Green+Blue) = 144+184+206=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #90B8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B8CE is #6F4731. Grayscale: #AEAEAE. Windows color (decimal): -7292722 or 13547664. OLE color: 13547664.

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

Color convert

RGB144184206-
CMYK0.300.1100.19
HSL201.29º38.75%68.63%-
HSV(B)201.29º30.1%80.78%-
XYZ39.7844.6764.92-
YUV174.55145.75106.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 184 (72.27% from 255) = 34.46%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=26.97%
G=34.46%
B=38.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441842060.300.1100.19201.2938.7568.63
Hex90B8CE1EB013c92745
Octal220270316361302331147105
Binary100100001011100011001110111101011010011110010011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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