#90B2CA

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

Shades of Polo Blue #90B2CA

Tints of Polo Blue #90B2CA

Color information

#90B2CA (or 0x90B2CA) is unknown color: approx Polo Blue. HEX triplet: 90, B2 and CA. RGB value is (144,178,202). Sum of RGB (Red+Green+Blue) = 144+178+202=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #90B2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2CA is #6F4D35. Grayscale: #AAAAAA. Windows color (decimal): -7294262 or 13283984. OLE color: 13283984.

HSL color Cylindrical-coordinate representation of color #90B2CA: hue angle of 204.83º 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 #90B2CA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144178202-
CMYK0.290.1200.21
HSL204.83º35.37%67.84%-
HSV(B)204.83º28.71%79.22%-
XYZ38.0842.0361.98-
YUV170.57145.74109.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.48%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=27.48%
G=33.97%
B=38.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441782020.290.1200.21204.8335.3767.84
Hex90B2CA1DC015cd2344
Octal220262312351402531543104
Binary100100001011001011001010111011100010101110011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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