#90B8D8

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

Shades of Polo Blue #90B8D8

Tints of Polo Blue #90B8D8

Color information

#90B8D8 (or 0x90B8D8) is unknown color: approx Polo Blue. HEX triplet: 90, B8 and D8. RGB value is (144,184,216). Sum of RGB (Red+Green+Blue) = 144+184+216=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #90B8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B8D8 is #6F4727. Grayscale: #AFAFAF. Windows color (decimal): -7292712 or 14203024. OLE color: 14203024.

HSL color Cylindrical-coordinate representation of color #90B8D8: hue angle of 206.67º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90B8D8 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144184216-
CMYK0.330.1500.15
HSL206.67º48%70.59%-
HSV(B)206.67º33.33%84.71%-
XYZ41.0445.1771.52-
YUV175.69150.75105.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.47%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 216 (84.77% from 255) = 39.71%
R=26.47%
G=33.82%
B=39.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441842160.330.1500.15206.674870.59
Hex90B8D821F0Fcf3047
Octal220270330411701731760107
Binary100100001011100011011000100001111101111110011111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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