#90B1CD

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

Shades of Polo Blue #90B1CD

Tints of Polo Blue #90B1CD

Color information

#90B1CD (or 0x90B1CD) is unknown color: approx Polo Blue. HEX triplet: 90, B1 and CD. RGB value is (144,177,205). Sum of RGB (Red+Green+Blue) = 144+177+205=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #90B1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1CD is #6F4E32. Grayscale: #AAAAAA. Windows color (decimal): -7294515 or 13480336. OLE color: 13480336.

HSL color Cylindrical-coordinate representation of color #90B1CD: hue angle of 207.54º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90B1CD is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144177205-
CMYK0.300.1400.20
HSL207.54º37.89%68.43%-
HSV(B)207.54º29.76%80.39%-
XYZ38.2441.7863.81-
YUV170.32147.57109.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.38%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=27.38%
G=33.65%
B=38.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441772050.300.1400.20207.5437.8968.43
Hex90B1CD1EE014d02644
Octal220261315361602432046104
Binary100100001011000111001101111101110010100110100001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,177,205); }

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

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

 a { background-color: rgb(144,177,205); }

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

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

 span { border-color: rgb(144,177,205); }

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