#90AFCE

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

Shades of Polo Blue #90AFCE

Tints of Polo Blue #90AFCE

Color information

#90AFCE (or 0x90AFCE) is unknown color: approx Polo Blue. HEX triplet: 90, AF and CE. RGB value is (144,175,206). Sum of RGB (Red+Green+Blue) = 144+175+206=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #90AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFCE is #6F5031. Grayscale: #A9A9A9. Windows color (decimal): -7295026 or 13545360. OLE color: 13545360.

HSL color Cylindrical-coordinate representation of color #90AFCE: hue angle of 210º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90AFCE is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144175206-
CMYK0.300.1500.19
HSL210º38.75%68.63%-
HSV(B)210º30.1%80.78%-
XYZ37.9741.0564.31-
YUV169.26148.73109.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=27.43%
G=33.33%
B=39.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441752060.300.1500.1921038.7568.63
Hex90AFCE1EF013d22745
Octal220257316361702332247105
Binary100100001010111111001110111101111010011110100101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,175,206); }

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

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

 a { background-color: rgb(144,175,206); }

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

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

 span { border-color: rgb(144,175,206); }

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