#90B0C8

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

Shades of Polo Blue #90B0C8

Tints of Polo Blue #90B0C8

Color information

#90B0C8 (or 0x90B0C8) is unknown color: approx Polo Blue. HEX triplet: 90, B0 and C8. RGB value is (144,176,200). Sum of RGB (Red+Green+Blue) = 144+176+200=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 200 - color contains mainly: blue. Hex color #90B0C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B0C8 is #6F4F37. Grayscale: #A9A9A9. Windows color (decimal): -7294776 or 13152400. OLE color: 13152400.

HSL color Cylindrical-coordinate representation of color #90B0C8: hue angle of 205.71º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90B0C8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB144176200-
CMYK0.280.1200.22
HSL205.71º33.73%67.45%-
HSV(B)205.71º28%78.43%-
XYZ37.4541.1560.61-
YUV169.17145.4110.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 200 (78.52% from 255) = 38.46%
R=27.69%
G=33.85%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1441762000.280.1200.22205.7133.7367.45
Hex90B0C81CC016ce2243
Octal220260310341402631642103
Binary100100001011000011001000111001100010110110011101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,176,200); }

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

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

 a { background-color: rgb(144,176,200); }

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

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

 span { border-color: rgb(144,176,200); }

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