#90B4DB

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

Shades of Polo Blue #90B4DB

Tints of Polo Blue #90B4DB

Color information

#90B4DB (or 0x90B4DB) is unknown color: approx Polo Blue. HEX triplet: 90, B4 and DB. RGB value is (144,180,219). Sum of RGB (Red+Green+Blue) = 144+180+219=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #90B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B4DB is #6F4B24. Grayscale: #ADADAD. Windows color (decimal): -7293733 or 14398608. OLE color: 14398608.

HSL color Cylindrical-coordinate representation of color #90B4DB: hue angle of 211.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90B4DB is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144180219-
CMYK0.340.1800.14
HSL211.2º51.02%71.18%-
HSV(B)211.2º34.25%85.88%-
XYZ40.6143.6973.31-
YUV173.68153.57106.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.52%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=26.52%
G=33.15%
B=40.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441802190.340.1800.14211.251.0271.18
Hex90B4DB22120Ed33347
Octal220264333422201632363107
Binary1001000010110100110110111000101001001110110100111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,180,219); }

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

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

 a { background-color: rgb(144,180,219); }

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

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

 span { border-color: rgb(144,180,219); }

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