#90AFDF

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

Shades of Polo Blue #90AFDF

Tints of Polo Blue #90AFDF

Color information

#90AFDF (or 0x90AFDF) is unknown color: approx Polo Blue. HEX triplet: 90, AF and DF. RGB value is (144,175,223). Sum of RGB (Red+Green+Blue) = 144+175+223=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #90AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFDF is #6F5020. Grayscale: #AAAAAA. Windows color (decimal): -7295009 or 14659472. OLE color: 14659472.

HSL color Cylindrical-coordinate representation of color #90AFDF: hue angle of 216.46º degrees, saturation: 0.55, 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 #90AFDF is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144175223-
CMYK0.350.2200.13
HSL216.46º55.24%71.96%-
HSV(B)216.46º35.43%87.45%-
XYZ40.1541.9275.79-
YUV171.2157.23108.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.57%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=26.57%
G=32.29%
B=41.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441752230.350.2200.13216.4655.2471.96
Hex90AFDF23160Dd83748
Octal220257337432601533067110
Binary1001000010101111110111111000111011001101110110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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