#90B3CA

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

Shades of Polo Blue #90B3CA

Tints of Polo Blue #90B3CA

Color information

#90B3CA (or 0x90B3CA) is unknown color: approx Polo Blue. HEX triplet: 90, B3 and CA. RGB value is (144,179,202). Sum of RGB (Red+Green+Blue) = 144+179+202=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #90B3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3CA is #6F4C35. Grayscale: #ABABAB. Windows color (decimal): -7294006 or 13284240. OLE color: 13284240.

HSL color Cylindrical-coordinate representation of color #90B3CA: hue angle of 203.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90B3CA is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144179202-
CMYK0.290.1100.21
HSL203.79º35.37%67.84%-
HSV(B)203.79º28.71%79.22%-
XYZ38.2842.4362.05-
YUV171.16145.4108.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=27.43%
G=34.10%
B=38.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441792020.290.1100.21203.7935.3767.84
Hex90B3CA1DB015cc2344
Octal220263312351302531443104
Binary100100001011001111001010111011011010101110011001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,179,202); }

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

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

 a { background-color: rgb(144,179,202); }

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

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

 span { border-color: rgb(144,179,202); }

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