#90B4DE

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

Shades of Polo Blue #90B4DE

Tints of Polo Blue #90B4DE

Color information

#90B4DE (or 0x90B4DE) is unknown color: approx Polo Blue. HEX triplet: 90, B4 and DE. RGB value is (144,180,222). Sum of RGB (Red+Green+Blue) = 144+180+222=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #90B4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B4DE is #6F4B21. Grayscale: #ADADAD. Windows color (decimal): -7293730 or 14595216. OLE color: 14595216.

HSL color Cylindrical-coordinate representation of color #90B4DE: hue angle of 212.31º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90B4DE is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144180222-
CMYK0.350.1900.13
HSL212.31º54.17%71.76%-
HSV(B)212.31º35.14%87.06%-
XYZ41.0143.8575.41-
YUV174.02155.07106.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.37%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=26.37%
G=32.97%
B=40.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441802220.350.1900.13212.3154.1771.76
Hex90B4DE23130Dd43648
Octal220264336432301532466110
Binary1001000010110100110111101000111001101101110101001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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