#94AADF

Color #94AADF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #94AADF

Tints of Portage #94AADF

Color information

#94AADF (or 0x94AADF) is unknown color: approx Portage. HEX triplet: 94, AA and DF. RGB value is (148,170,223). Sum of RGB (Red+Green+Blue) = 148+170+223=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #94AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AADF is #6B5520. Grayscale: #A9A9A9. Windows color (decimal): -7034145 or 14658196. OLE color: 14658196.

HSL color Cylindrical-coordinate representation of color #94AADF: hue angle of 222.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94AADF is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148170223-
CMYK0.340.2400.13
HSL222.4º53.96%72.75%-
HSV(B)222.4º33.63%87.45%-
XYZ39.9140.3775.5-
YUV169.46158.21112.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=27.36%
G=31.42%
B=41.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481702230.340.2400.13222.453.9672.75
Hex94AADF22180Dde3649
Octal224252337423001533666111
Binary1001010010101010110111111000101100001101110111101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AADF; }

 p { color: rgb(148,170,223); }

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

<style>
 a { background-color: #94AADF; }

 a { background-color: rgb(148,170,223); }

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

<style>
 span { border-color: #94AADF; }

 span { border-color: rgb(148,170,223); }

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